/* CSS Document */
BODY {color:"red";
        font-family:Verdana,Arial,Tahoma;
}

h1 { color:#684234;
        font-family:Times New Roman,Verdana,Arial,Tahoma;
	text-transform:uppercase;
	font-size:5mm;
	font-weight:bold;
	}
	
	
h2 { color:#A4A4A4;
	text-transform:uppercase;
	font-size:3mm;
	margin:0;
	font-weight:bold;
	}
	
h3 { color:#A1A1A1;
	text-transform:uppercase;
	font-size:3mm;
	font-weight:bold;
	}
	
h4 { color:black;
	font-size:3mm;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	}
	
a { color:red;
	font-size:3mm;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	}

h5 { color:#684234;
        font-family:Verdana,Times New Roman,Arial,Tahoma;
	text-transform:uppercase;
	font-size:3mm;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	}
img {border:none;}
