/* This style written by 2clones.com  */

.head	{
		font-size : 350%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #C00000;
}
.head2	{
		font-size : 300%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : green;
}
.head3	{
		font-size : 120%;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : green;
}
.sub-head	{
		font-size : large;
		font-family : "Arial";
		font-weight : bold;
		font-style : normal;
		color : #C00000;
}
.cheese	{
		font-size : 200%;
		font-style : italic;
		color : darkslategray;
		font-family : Times Roman;
}
.plus	{
		font-size : 120%;
}
.minus	{
		font-size : 80%;
}
.note	{
		font-size : 80%;
		color : #800000;
}
.banner {
		font-size : 60%;
		font-weight : normal;
		font-style : italic;
}
H1  {
	font-size : 400%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

H2  {
	font-size : 300%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

H3  {
	font-size : 200%;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : #000000;
}
.menu {
	font-weight : bold;
	color : #ffffff;
	hover : #FF0000;
}
A  {
	color : #0000FF;
}

A:Visited  {
	color : #008000;
}

A:Active  {
	color : green;
}

A:Hover  {
	color : #C00000;
}

BODY  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #e2dfbc;
	background : url(images/bg-1.jpg);
	margin-top : 20px;
}

TD  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : 120%;
	color : #000000;
}
.cursor	{
	cursor : ne-resize;
}
.navbar {
		width:100%;
		background-color:#eeeeee;
		text-align:center;}
.navItem {
	font-size:x-small;
	margin-left:1em;
}
.credit {
		font-size : 80%;
}

