@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#9F9FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {margin-top:10px; font-weight:lighter; color:#772200;}
h2 {font-weight:lighter; color:#772200; border-bottom:1px solid #ccc; padding-bottom:10px;}

p{line-height:16px;}

a:link{color:#0000EE;}
a:active{color:#0000EE;}
a:visited{color:#0000EE;}
a:hover{color:#000;}

.larger {font-size:16px; margin-top:0;}
.red {color:#C00;}
