
body {
	background-image: url(/bg01.gif);
}

h3{
	color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a{
	color : Black;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:visited{
	color : Maroon;
}

a:hover {
	text-decoration : underline;
	color : Red;
}

a.box{
	color : White;
	text-decoration : none;
}

a.box:hover {
	background-color : Red;
}

a.index{
	color : White;
	text-decoration : none;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
A.index:VISITED {
	color : Silver;
	text-decoration : none;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
A.index:HOVER {
	color : Yellow;
	text-decoration : none;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

td.PTitle {
	color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

td.PVersion {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}


