BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 0px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}


A:ACTIVE {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Yellow;
	text-decoration : none;
}

A:LINK {
	color : Teal;
	text-decoration : none;
}

A:VISITED {
	color : Purple;
	text-decoration : none;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : normal;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : normal;	
}


.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	background-color : Red;
	text-decoration : none;
	font-weight : bold;
}

.content {
	background : White url("images/checker01.gif");
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	background-color : White;
	text-decoration : none;
	font-weight : bold;
}

.bold {
	font-weight : bold;
}

.model {
	font-weight: bold;
	color : Maroon;
}

.price {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : bold;
	text-align : right;
}

.highlight {
	font-weight: bold;
	font-style : italic;
	color : Maroon;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Red;
	background-color : White;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
	background-color : Black;
}
