
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	background-color: #ffffff;
	color: #778899;
}

h1 {
color: #191970;
margin: 20px;
background-color: #191970;
color: #ffffff;
padding: 10px ;
width:600px;
position: absolute;
text-align:center;
font-size:2em;
font-weight:bold;

}

div.bros {
position: absolute;
top:60px;
}

div.bro {
border-color: #191970;
border-style: solid;
border-width: 1px;
margin: 20px;
padding: 0px ;
width:400px;
}

h2.name {
background-color: #191970;
color: #ffffff;
padding: 10px ;
margin:0px;
font-size: 1.5em;
	font-weight: normal;
}

h3.title {
font-size: 1.1em;
	font-weight: normal;
background-color: #F5F5F5;
color: #778899;
padding: 10px ;
margin:0px;
}

div.sites {
border-color: #191970;
border-style: solid;
border-width: 1px;
margin: 20px;
padding: 0px ;
width:200px;
position: absolute;
top:60px;
left: 420px;
}

h4.sites {
background-color: #191970;
color: #ffffff;
padding: 10px ;
margin:0px;
font-size: 1.1em;
	font-weight: normal;
text-align:center;
}

ul.sites {

list-style-type:none;
padding: 0px ;
margin:10px;
}

li.sites {

padding: 0px ;
margin:5px 10px 5px 0px;
}

a.sites:link    { color: #191970; }    /* unvisited links */
a.sites:visited { color: #191970;  }   /* visited links   */
a.sites:hover   { color: #778899; font-style:italic; } /* user hovers     */
a.sites:active  { color: #080A0F; font-style:italic; }   /* active links    */

a.bro:link    { color: #ffffff; text-decoration:none;}    /* unvisited links */
a.bro:visited { color: #ffffff; text-decoration:none; }   /* visited links   */
a.bro:hover   { color: #F5F5F5; font-style:none; } /* user hovers     */
a.bro:active  { color: #F5F5F5;  }   /* active links    */

a.links:link    { color: #191970; text-decoration:none;}    /* unvisited links */
a.links:visited { color: #191970; text-decoration:none; }   /* visited links   */
a.links:hover   { color: #191970; font-style:italic;  } /* user hovers     */
a.links:active  { color: #080A0F;  }   /* active links    */
