body {
	margin: 0;
	padding: 0;
	background-image: url("images/layout/bg.jpg");
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:link {
	color : #C8C1FE;
}

a:visited {
	color : #C8C1FE;
}

a:active {
	color : #ff00ff;
}

a:hover {
	color : #23177F;
}

.navtitle {
	color : #FFFFFF;
 	font-size : 22px;
 	font-weight: bold;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
.navitem {
	color : #C8C1FE;
  	font-size : 17px;
   	font-weight: bold;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
a.navitem:link {
	color : #C8C1FE;
  	font-size : 17px;
   	font-weight: bold;
 }
a.navitem:visited {
	color : #C8C1FE;
  	font-size : 17px;
   	font-weight: bold;
 }
a.navitem:active {
	color : #FF00FF;
  	font-size : 17px;
   	font-weight: bold;
 }

a.navitem:hover {
	color : #FFFFFF;
  	font-size : 17px;
   	font-weight: bold;
 }


.biggest {
 	font-size : 35px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

.bigger {
 	font-size : 28px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

.big {
 	font-size : 24px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

.default {
 	font-size : 17px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

.small {
 	font-size : 14px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
.smaller {
  	font-size : 10px;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }