@charset "utf-8";
/* CSS Document */

body {
	background-color:#131743;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.bgimage{
	width:100%
}

p {
	font-family:Arial;
	font-size:12px;
	color:#c3c4f8;
}

ul{
	padding-left:5px;
}

li {
	font-family:Arial;
	font-size:12px;
	color:#c3c4f8;
	margin-left:15px;
}

a{
	text-decoration:none;
	color:#c3c4f8;
}

a hoover{
	text-decoration:none;
	color:#06F;
}

menu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size:18px;
	color:#c3c4f8;
	text-decoration:none;
}

h1{
	font-family:Arial Narrow;
	font-weight:bold;	
	font-size:18px;
	color:#c3c4f8;
}

h2{
	font-family:Arial Narrow;	
	font-size:12px;
	color:#c3c4f8;
	border-bottom:solid;
}
