@import "styles.common.css";
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #9BA58A;
	background-image: url('../images/world.gif');
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 50px;
	padding-right: 50px;
}

#bodyBorder {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a:link   
{       
        color:  blue;
}       
                
a:visited       
{       
        color:  blue;   
}       

a:hover 
{
        color: #99CCFF;
}

