BODY{
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : 200;
	align: center;
	color : #000000;
	width: 675;
}

.imagefloat {  float: left;
	
}

.boxblue { 
	width: 200px;
	border: 1px solid gray;
	background-color: azure;
	font-weight: bold;
	color: navy;
	text-align: center;
	align: center;
	padding: .5em;
}

.normaltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.newslist {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 15px; font-weight: bold}
.articletitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.articletext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
.normaltextunleaded {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #66FFFF;
	background-color: #CC0000;
	font-weight: 700
}
A: ACTIVE {
	color : red;
}

A: HOVER {
	color : orange;
}
A: LINK {
	color : navy;
}
A: VISITED {
	color : mediumseagreen;
}


h1 {
	color: #336699;
	text-align: center;
}
H2{
	font-weight : 500;
	text-align : center;
	color : navy;
}
H3{
	font-size: medium;
	text-align : left;
	color : navy;
}

H4{
	font-weight : 300;
	text-align : left;
	color : wheat;
}

DIV{
	width : 600px;
	align: center;
}

P{
	text-align : left;
}

UL {
	text-align : left;
}

TABLE {
	align: center;
	width : 700px;
}

TD {
	color : #000000;
	font-size : x-small;
}

