/* HTML STYLE */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(./images/repeat.jpg);
	background-repeat: repeat-y;
}
marquee{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	word-spacing: 2px;
	margin : 0px;
	padding : 0px;
	margin-bottom: 7px;
}
h2{
	font-size: 11px;
	color: #FFFF99;
	text-decoration: underline;
	margin : 0px;
	padding : 0px;
	margin-bottom: 7px;
	text-transform: capitalize;
}
h3{
	font-size: 11px;
	text-decoration:underline;
	margin : 0px;
	padding : 0px;
	margin-bottom: 7px;
	
}

h4{
	font-size: 10px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	color: #999999;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
	margin : 0px;
	padding : 0px;
	margin-bottom: 7px;
	
}

p{
	text-align:justify;
}

p img{
	float: right;
	margin-left: 6px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
}


a:link, a:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.formular{
	background-color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
}

.images {
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
}

