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

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#4B00B3;
	margin:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:17px;
}

p{margin-top:0;}
h1 {margin-top:0; color:#4B00B3; border-bottom:1px solid #999; padding-bottom:5px;}
ul {padding-left:15px;}

a:link{color:#4B00B3; font-weight:bold;}
a:active{color:#4B00B3; font-weight:bold;}
a:visited{color:#4B00B3; font-weight:bold;}
a:hover{color:#000; font-weight:bold;}

.big-purple {color:#4B00B3; font-size:18px; font-weight:bold;}