

body {

	background-attachment: fixed;

	background-color: #000000;

	background-image: url(images/background.jpg);

	background-repeat: no-repeat;

	background-position: center;

}



.stylemain {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12; /* x-small */

	color: #FFFFFF;

}

.styletitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16; /* large*/

	font-weight: bold;

	color: #FFFFFF;

}

.stylemenu {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14; /* small*/

	font-weight: bold;

	color: #FFFFFF;

}

a:link {color: #ee0000; text-decoration: none}     /* unvisited link */

a:visited {color: #ee0000; text-decoration: none}  /* visited link */

a:hover {color: #ee0000; text-decoration: underline}   /* mouse over link */

a:active {color: #ee0000; text-decoration: none}   /* selected link */