/* empAthos Nation Style Sheet 2 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* body attributes */
body { background-color: white }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* paragraph attributes */
p { color: black }
p { font-weight: bold }
p { font-size: 12pt }
p { font-style: normal }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* link attributes */
A:link { font-style: normal }
A:link { font-weight: bold }
A:link { color: blue }

/* active link attributes */
A:active { font-style: normal }
A:active { font-weight: bold }
A:active { color: red }

/* visited link attributes */
A:visited { font-style: normal }
A:visited { font-weight: bold }
A:visited { color: green }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* heading 1 attributes */
h1 { color: teal }
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: black }
h3 { font-weight: bold }
h3 { font-size: 12pt }
h3 { text-align: center }

/* heading 4 attributes */
h4 { color: black }
h4 { font-weight: lighter }
h4 { font-size: x-small }
h4 { text-align: center }

/* heading 5 attributes */
h5 { color: purple }
h5 { font-weight: bold }
h5 { font-size: x-large }
h5 { font-style: italic }
h5 { font-family: monotype corsiva }
h5 { text-align: center }

/* heading 6 attributes */
h6 { color: purple }
h6 { font-weight: bold }
h6 { font-style: italic }
h6 { font-size: small }
h6 { text-align: center }

/* ~~~~~~~~~~~~~~~~~~~ */

/* list attributes */
/* ul { list-style-type: upper-roman } */
ul { list-style-type: disc }
ul { color: black }
ul { font-weight: bold }
ul { font-size: 12pt }
ul { text-align: left }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* div attributes */
div.header { position: absolute;
	top: 10px;
	/* left: 100px; */
	width: 700px;
	z-index: 1; }

div.adbox {position: absolute;
	top: 10px;
	left: 750px;
	/* width: 50px; */
	z-index: 1; }

div.content { position: absolute;
	top: 200px;
	/* left: 250px; */
	width: 700px;
	z-index: 0; }

td.links { text-align: center;
	font-size: small; }

