  body
{
	text-align: center;
	margin: auto;
	padding: auto;
}
a
{	
	text-decoration:none;
}
a:link
{
	color:#0053A0;
}
a:active
{
	color:#0099cc;
}
a:visted
{
	/*color:#ff9966;*/
}
a:hover
{
	color:#66ccff;
}
img
{
   border:0px;
}
    #header
    {
        clear:both;
    }
    #navigation
    {
        background-color:#33cc00;
        clear:both;
    }
    #navigation ul
    {
        padding:0;
        margin:0;
    }
    #navigation li
    {
        display:inline;
        background-color:#339933;
        margin:1px;
    }
    #navigation .highlight
    {
        background-color:#888888;
    }
    
        .nav li
    {
        display:inline;
        margin:1px;
    }
    .container
    {
        width:100%;
        clear:both;
    }
        .container .title
    {
        width:100%;
        clear:both;
        text-align:left;
        font-weight:bold;
    }
        .container .body
    {
        width:100%;
        clear:both;
        text-align:left;
    }
        .container .body span
    {
        float:left;
        text-align:left;
    }
        .container .foot
    {
        width:100%;
        clear:both;
        text-align:right;
        size:small;
    }
    .container_twins
    {
             width:43%;
            clear:none;
            float:left;
            text-align:left;
            size:small;
            color:green;
    }
    
    .xlist li
{
    display:inline;
    

}
    
