body 
{
/*define the page background and standard font family, size, colour*/
background-color:#ffffff;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:80%;
color:black;

}

a
{
color:#000000;
}

img
{
/*by default, no nasty boxes around images*/
border:0px none;
}

.root 
{
/*define the main document background and size*/
width:442px;
border:0px;
padding:0px;
height:300px;
border-style:none;
background-color:white;
text-align:center;
position:fixed;
top:50%;
left:50%;
margin-left:-221px;
margin-top:-150px;
}

.logotext
{
width:401px;
border:0px;
padding:10px;
margin:20px;
height:200px;
text-align:center;
float:left;
/*background-color:#eeeeee;
background-image:url("logo-bg.png");
background-repeat:repeat-x;*/
font-size:1.2em;
}

.logotext p
{
text-align:center;
margin-top:-0.5em;
}

.logotext ul
{
margin-top:20px;
margin-left:-20px;
display:inline;
list-style-type:none;
}

.logotext li
{
display:inline;
padding-left:20px;
padding-right:20px;
border-right:2px dotted black;
}

#last_li
{
border-right:2px none;
}

.color1
{
color:#00573d;
}

.color2
{
color:#7ac142;
}

.color3
{
color:#c1d72f;
}

