body {
	background-color: #011c38;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
    font-style: normal; 
    font-weight: normal; 
    text-align: justify; 
    line-height: 9px; 
    font: 7pt verdana, arial;
	color: #ffffff; 
	letter-spacing: 1px;
}

.header {
	background-color: #011c38;
	text-align: justify;
	padding: 0px;
	margin: 0;
	width: 521px;
}

.content {
    -moz-box-sizing:border-box;box-sizing:border-box;
	background-color: #none;
	padding: 0px;
    padding-bottom: 15px;
	margin: 10;
    margin-top: 0px;
	width: 350px;
	text-align: justify;
}

.about img {
     margin: 13px 13px 13px 13px;
     border: 9px solid #013668;
}

.codes img {
     margin: 2px;
     border: 4px solid #013668;
}

A:link {
	 COLOR: #b5b5b5; TEXT-DECORATION: none; 
}
A:active {
	 COLOR: #b5b5b5; TEXT-DECORATION: none; 
}
A:visited {
	 COLOR: #b5b5b5; TEXT-DECORATION: none;
}
A:hover {
	 COLOR: #013668; TEXT-DECORATION: none;
}

h1 { 
border-bottom: 1px solid #013668; 
font-family: Arial;
background-color: transparent; 
color: #1f6591; 
font-weight: bold; 
font-size: 9pt; 
font-style: bold; 
padding: 0px; 
letter-spacing: 2px;
text-align: center; 
text-transform: uppercase;
}

input, textarea, option, select {
	background-color: #011c38;
	font: 7pt verdana;
	color: #b5b5b5;
	letter-spacing: normal;
	border: 1px solid #1f6591;
	padding: 2px;
}

i {color: #013668;}

b {color: #1f6591}
