/*This is a comment*/
body
{
/*background-color:#b0c4de;*/
size:100%;
}
 
h1
{
/*text-align:center;*/
/*This is another comment*/
font-family:"segoe ui",arial;
font-size:2em;
color:#000099
}

p
{
/*text-align:center;*/
/*This is another comment*/
font-family:"segoe ui",arial;
font-size:1.5em;
}


.centered
{
font-family:"segoe ui",arial;
text-align:center;
}

.a
{
list-style-type: disc;
background-color:#dddddd;
display:block;
font-family:"segoe ui",arial;
font-size:1em;
}

.b
{
list-style-type: disc;
font-family:"segoe ui",arial;
font-size:1.5em;
}

#red
{
color:red;
}

#contact
{
font-size:0.9em;
}

#update
{
font-size:0.7em;
}

#mainwindow
{
margin:25px 50px;
background-image:url('logorcc_2.gif');
}

.navbar ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
text-align:left;
}
.navbar li
{
float:left;
list-style-type:none;
}
.navbar a:link,a:visited
{
display:block;
width:175px;
font-weight:bold;
color:#000099;
background-color:#ffff19; 
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
.navbar a:hover,a:active
{
background-color:#000099;
color:white
}

 