body {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: medium;
        background-color:#FFF; 
        color:#003;
}
em {  
				color: #900;
				font-weight: bold; 
				font-size: 20px;
}
ul {
        list-style-type: circle;
        color: #900;
}
        a:link {
                
                text-decoration: none;
}
        a:visited {
                
                text-decoration: none;
}
        a:hover {
                
                text-decoration: underline;
}
        a:active {
                color:#0F0;
                text-decoration: underline;
}

