
 
body {
	background-color:  #000;
    font-size:  12pt;
	}
	    
a.one:link { color: #0ef; text-decoration: none; }
a.one:visited { color: #FFA8A8; text-decoration: none; }
a.one:hover { color: red; text-decoration: none; }

a {	padding: 5px; }

	.abox {
	width: 100%;
	text-align: center;
	font-family: Ariel ,Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: bold;	
    }
    
#container {
	width: 65%;
	background-color: #003;
	border: 2px solid #0000dd;
    font-family : Ariel, Helvetica, sans-serif;
	color: #ddd;
    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.2em;
    font-family : "Times New Roman", Helvetica, sans-serif;
	color:  #0ef;
    text-align : center;
	}
    
    .ctr{text-align: center }
    blockquote{color: #fd0 }