@import "styles.css";
body { 
	min-height:101%;	
	font-size:100.01%; 
    position:relative;
    margin:0;
    padding:0;
    min-width:940px;
    background: #e8effc;
	font-size:75%;
	font-weight:normal;
	text-align: left; 
}

body, p, li, td, h1, div, span {
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
}

a {
    color:#0e3f91;
    text-decoration:none;
}
a:hover {
    color:#6489c7;
    text-decoration:none;
}

img {
    border:0;
}

