BODY {
	font-family : "Times New Roman", Times, serif;
	text-align : justify;
}

H1 {
	font-size : xx-large;
	color : Black;
	font-style : normal;
	font-family : "Times New Roman", Times, serif;
}

A:LINK {
	color : Red;
	text-decoration : none;
}
A:VISITED {
	color : Red;
	text-decoration : none;
}
A:ACTIVE {
	color : Red;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

A.category:LINK {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
}
A.category:VISITED {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
}
A.category:ACTIVE {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
}
A.category:HOVER {
	text-decoration : underline;
	font-family : "Courier New", Courier, monospace;
}

A.categorysmall:LINK {
	color : #707070;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
A.categorysmall:VISITED {
	color : #707070;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
A.categorysmall:ACTIVE {
	color : #707070;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
A.categorysmall:HOVER {
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

A.navigation:LINK {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-weight : normal;
}
A.navigation:VISITED {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-weight : normal;
}
A.navigation:ACTIVE {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font : normal;
}
A.navigation:HOVER {
	text-decoration : underline;
	font-family : "Courier New", Courier, monospace;
	font : normal;
}

.navigation {
	color : #707070;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
	font-weight : normal;
}

A.menu:LINK {
	color : White;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : small;
}
A..menu:VISITED {
	color : White;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : small;
}
A..menu:ACTIVE {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : small;
}
A..menu:HOVER {
	color : Red;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : small;
}

A.article:VISITED {
	color : #BB0000;
}
A.uline {
	text-decoration : underline;
}
A.uline:ACTIVE {
	text-decoration : underline;
}
A.uline:VISITED {
	text-decoration : underline;
}
A.quote:LINK {
	color : Black;
	font-family : "Courier New", Courier, monospace;
}
A.quote:ACTIVE {
	color : Black;
	font-family : "Courier New", Courier, monospace;
}
A.quote:VISITED {
	color : Black;
	font-family : "Courier New", Courier, monospace;
}
A.gray {
	color : #AAAAAA;
	font-weight : bold;
}
A.gray:ACTIVE {
	color : #AAAAAA;
	font-weight : bold;
}
A.gray:VISITED {
	color : #888888;
	font-weight : normal;
}

.num {
	font-family : Arial, Helvetica, sans-serif;
}

.date {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
.date.new {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.issue {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
	color : #707070;
}

.stamp {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	border : thin solid Red;
	font-size : large;
	font-weight : bold;
}


