
 
body {
	background-color:  #000;
    font-size:  12pt;
	}
	a {padding: 5px;}
	.abox{
	width: 100%;
	text-align: center;
	background-color: transparent;
	margin-bottom: 10px;
	font-size:  .7em;
	}
		
a.one:link {color: #00ffff; text-decoration: none; }
a.one:visited {color: #ff8000; text-decoration: none; }
a.one:hover {color: red;  text-decoration: none; }

#container {
	width: 65%;
	background-color: #003;
	border: 2px solid #0000dd;
    font-family : Ariel, Helvetica, sans-serif;
	color: #D7FCFF;
    padding: 40px;
	margin: 0 auto;
	font-size:  1.3em;
	text-align: justify;
	}
	
.logo {
	border-bottom: px solid blue;
	color :#F7C257;
    font-family : "Times New Roman", Helvetica, sans-serif;
    font-size : 2em;
    font-weight : bold;
    text-align : center;
	}
	
.sublogo {
	color : #fff;
	font-size: .8em;
	text-align : center;
	}

.subtitle {
	font-size: 1.3em;
    font-family : "Times New Roman", Helvetica, sans-serif;
	color:  #00ffff;
    text-align : center;
	}
