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

body {background-color: #000000;
     margin: 0px 0px 0px 0px;
}
p  {font: "Times New Roman", Times, serif 10px;
    color:  #FFCC66;
}
.style1 {font-size: 18px;
	font-weight:  bold;
}
.style2 {font-size: 20px;
	font-weight:  bold;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style5 {font-size:  12px;
}
.style9 {
	font-size: 16px;
	font-weight: bold;
}
.style10 {color: #FF0000;
}
.style14 {color: #FF0000;
 font-size: 24px;
}
.style15 {color: #FF0000;
 font-weight: bold;
}
.style16 {color: #FF0000;
    margin: 35px;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CCCC;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
}
.indentall {margin:  35px;
}

.indeximg {margin: 5px;
border: 1px solid #FFCC66;
text-align: center;
}
.box {width: 130px;
border: 1px solid #FFCC66;
}
.box1 {padding: 10px;
border: 1px solid #FFCC66;
}