/* empAthos Nation Library Index Style Sheet 1 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* body attributes */
/* body { background-image: url(purple_slide.jpg) } */
body { background-color: white }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* paragraph attributes */
p { color: purple }
/* p { font-family: "monotype corsiva" } */
p { font-weight: bold }
p { font-size: small }
p { font-style: normal }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* link attributes */
A:link { font-style: normal }
/* A:link { font-family: "monotype corsiva" } */
A:link { font-weight: bold }
A:link { color: purple }

/* active link attributes */
A:active { font-style: normal }
/* A:active { font-family: "monotype corsiva" } */
A:active { font-weight: bold }
A:active { color: red }

/* visited link attributes */
A:visited { font-style: normal }
/* A:visited { font-family: "monotype corsiva" } */
A:visited { font-weight: bold }
A:visited { color: maroon }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* heading 1 attributes */
h1 { color: purple }
h1 { font-family: "monotype corsiva" }
h1 { font-weight: bold }
h1 { font-size: x-large }
h1 { text-align: center }

/* heading 2 attributes */
h2 { color: purple }
h2 { font-weight: bold }
h2 { font-size: large }
/* h2 { font-style: italic } */
h2 { text-align: center }

/* heading 3 attributes */
h3 { color: purple }
h3 { font-weight: bold }
h3 { font-family: "monotype corsiva" }
h3 { font-size: small }
h3 { text-align: center }

/* heading 4 attributes */
h4 { color: purple }
h4 { font-family: "monotype corsiva" }
h4 { font-weight: lighter }
h4 { font-size: x-small }
h4 { text-align: left }

/* heading 5 attributes */
h5 { color: aqua }
h5 { font-weight: bold }
h5 { font-size: large }
h5 { font-style: italic }
h5 { text-align: center }

/* heading 6 attributes */
h6 { color: red }
h6 { font-weight: bold }
h6 { font-size: 12pt }
h6 { text-align: center }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* div attributes */
div.footer { position: relative;
	top: 1000px;
	left: 10px;
	width: 700px;
	z-index: 1; }

div.content { position: absolute;
	top: 10px;
	left: 10px;
	width: 850px;
	z-index: 0; }

div.adbox {position: absolute;
	top: 10px;
	left: 850px;
	/* width: 50px; */
	z-index: 1; }

td.links { text-align: center;
	font-size: small; }

