
/* media all*/

#master {
        position: relative;
        top: 0px;
        left: 0px;
        margin: auto;
        width: 800px;
	height: 600px;
	margin-top: 50px;
	
}

body {
	color:rgb(23,119,249);
	background-color: rgb(4,20,72);
	font-family: Verdana, snas-serif;
	
}

h1, h2, h3, h4, h5, h6 {
        text-align: center;
	family-font: Verdana, sans-serif;
	color: rgb(4,20,72);
}

h3 {
text-align: left;
color: rgb(23,119,249);
}
	
i {
font-size: 50%;
font-style: normal;
}

#head {
	text-align: right;
   
	}
	
img {
       border: 0px;
}
	
#links {
	width: 140px;
	height: 465px;
	float: left;
	background-color: rgb(23,119,249);
	margin-right: 5px;
	margin-top: 1px;
	border: 2px solid white;
	margin-left: 27px;
	padding: 5px;
}

#links span {
color: white;
text-align: right;
font-weight: bold;
font-size: 12px;
font-family: sans-serif;
}

#links a.newgroup { /* will use later, in another page, */
	margin-top: 15px;
}

#links a {
	font-family: sans-serif;
	font-weight: bold;
	color: rgb(4,20,72);
	font-size: 10px;
	text-align: left;
	margin-left: 10px;
}



#links a:link {
	text-decoration: none;
}

#links a:visited {
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
	color: rgb(4,20,72);
}

#links a:active {
	text-decoration: none;
}

#main {
	float: right;
	background-color: white;
	
}

#content p {
	text-align: justify;
	color: rgb(4,20,72);
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

#content ul {
color: rgb(4,20,72);
font-size: 13px;
}

#toptop {
float: right;
clear: left;
}

#toptop a {
color: rgb(23,119,249);
text-decoration: none;
}

td {
font-size: 10px;
color:rgb(4,20,72); 

}

th {
font-size:10px;
font-weight: bold;
color: rgb(23,119,249);
}

address {
	color: rgb(23,119,249);
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	clear: both;
	margin-left: 27px;
	border-top: 1px solid white;
	
    }

address a {
text-decoration: none;
color: rgb(23,119,249);
}
