/* CSS test*/
body  {
	background-color : #000000;
	background-image : url ('Blue01.jpg');
	background-attachment : ;
}

h1,h2  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #66FFFF;
	text-align : center;
}

h3,h4,h5,h6  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #66FFFF;
}

hr  {
	color : #66FFFF;
}

hr.quote  {
	color : #66FFFF;
	margin-left : 220px;
	margin-right : 220px;
}

p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
}

p.contact  {
	font-size : 80%;
	text-align : center;
}

p.copyright  {
	font-size : 70%;
	text-align : center;
}

p.links  {
	font-size : 15px;
	text-align : center;
}

p.quote {
	margin: auto 3% auto 3%;
}

p.quoteauthor {
	color : #66FFFF;
	margin: auto 3% auto 3%;
	text-indent: 1cm;
}

a:link  {
	color : #FFFFFF;
}

a:visited  {
	color : #6699CC;
}

a:hover  {
	color : #FFFFFF;
}

a:active  {
	color : #CCCCCC;
}

ul.circle  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
	list-style-position : outside;
	list-style-type : circle;
}

ul.disc  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
	list-style-position : outside;
	list-style-type : disc;
}

ul.square  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
	list-style-type : square;
	list-style-position : outside;
}

Table.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
}

TD.ThreeCol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
	padding-right : 50px;
}

TD.TwoCol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #66CCFF;
	font-weight : normal;
	padding-right : 80px;
}