<STYLE type="text/css">

body {
background-image: url("imgs/rhinobg_1.jpg");
}

body.front {
 background-image: url("imgs/sumat_bg2.jpg");
}

table.special {
background-image: url("imgs/sumat_bg4.jpg");
}

table.inside_main_body {
	border-collapse: collapse;
}

td.main_body_side {
	background-color: #FFFFCC;
	font-family: Courier;
	font-size: 20px;
}

td.main_body_center {
	font-family: Helvetica;
	background-color: #FFCC99;
	background-repeat: no-repeat;
	background-position: center center;

	background-image: url("imgs/black_rhinocerous_1.png");
	font-size:100px;
}

td.main_body_center_alt {
	background-color: #FFCC99;
	background-repeat: no-repeat;
	background-position: center center;

	background-image: url("imgs/black_rhinocerous_2.png");

	font-family: Helvetica;
	font-size:100px;
}

table.main_body {
	border-collapse: collapse;
	background-color: black;
}

p {
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
}

.frontTitle {
 font-family: Courier New;
 font-size: 50px;
 color: #000000;
}

.frontSide {
 font-family: Courier New;
 font-size: 20 px;
 color: #000000;
}

.navHead {
 font-family: Courier New;
 font-size: 30 px;
 font-weight: bold;
 color=#000000;
 }

/*
A:link.nav {color: #000000; font-weight: bold; font-size: 15 px; Text-decoration: none }
A:visited.nav {color: #000000; font-weight: bold; font-size: 15 px; Text-decoration: none }
A:active.nav {color: #000000; font-weight: bold; font-size: 15 px; Text-decoration: none }
A:hover.nav {text-decoration: underline; font-weight: bold; font-size: 15 px; color: #CC3300 }
*/

a {
	color: #330000;
}
.bullet {
font-family: Courier New;
font-size: 14 px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

</STYLE>