/* CSS Document */

body {
	background: #190000;
}

 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }

a.MainNav:link { color: #272210; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
border-bottom: dotted 1px #272210; 
}
a.MainNav:hover { color: #272210; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
border-bottom: dotted 1px #272210; 
}
a.MainNav:visited { color: #272210; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
border-bottom: dotted 1px #272210; 
}

a.footer:link { color: #E3D097; font-family: Tahoma, Arial; font-size: 9px; text-decoration: none; font-weight: normal; }
a.footer:hover { color: #E3D097; font-family: Tahoma, Arial; font-size: 9px; text-decoration: none; font-weight: normal;}
a.footer:visited { color: #E3D097; font-family: Tahoma, Arial; font-size: 9px; text-decoration: none; font-weight: normal; }

.Contents { font-family: Tahoma, Arial, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	font-variant: normal;
	color: #1C1911;
	text-align: left;
	}
	
.div { font-family: Tahoma, Arial, sans-serif; 
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #E3D097;
	padding: 10px;
	}