@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#666;
	color:#fff;
}

h1 {font-size:22px; color: #fff; margin-top:5px;}

.larger {font-size:24px;}

a:link {color:#fff; font-weight:bold;}
a:active {color:#fff; font-weight:bold;}
a:visited {color:#fff; font-weight:bold;}
a:hover {color:#000; font-weight:bold;}
