/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/images/bg.jpg);
}

#menu a:hover{border-bottom:0px solid #000 !important; text-decoration:none; background-color:#000; }

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:.02em;
	color:#FFF;
	text-align:justify;
}

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:20px;
  color:#FFF;
}

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  color:#FFF;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:25px;
	letter-spacing:.02em;
	color:#FFF;
	text-align:justify;
}

a { color:#960; text-decoration:underline; font-weight:bold;}
a:hover { color:#FFF; border-bottom:1px solid #FFF; background-color:#669933; text-decoration:none; }
.border { border:1px solid #960;}


