
 
body {
	background-color:  #000;
    font-size:  12pt;
	}
	a {padding: 5px;}
    
	.abox{
	width: 100%;
	text-align: center;
	background-color: transparent;
	margin-bottom: 10px;
	font-size:  10pt;
	}
		
a.one:link {color: #00ffff; text-decoration: none; }
a.one:visited {color: #ae911c; text-decoration: none; }
a.one:hover {color: red;  text-decoration: none; }

#container {
	width: 75%;
	background-color: #003;
	border: 2px solid #0000dd;
    font-family : Ariel, Helvetica, sans-serif;
	color: #bba;
    padding: 40px;
	margin: 0 auto;
	font-size:  14pt;
	text-align: justify
	}
	
.logo {
      width: 60%;
	border-bottom: 1px solid #0000dd;
	color :#bbbdff;
    font-family : "Times New Roman", Helvetica, sans-serif;
    font-size : 30pt;
    margin: 0 auto;
    font-weight : bold;
    text-align : center;
	}
	
.sublogo {
	color:  #aaf;
	font-size: 10pt;
	text-align : center;
	}

.subtitle {
	font-size: 20pt;
    font-family : "Times New Roman", Helvetica, sans-serif;
	color:  #aaf;
    text-align : center;
	}
    h6 { font-size: 10pt }
    
    i { color: #aad  } 
    
   blockquote { color :#bbbdff }
   
   big { color:  #aaf; font-size: 1.2em }