/* CSS Document */

#links {width: 630px;
        height: 400px;
		font-size:20px;
		color: #fff;
		position: absolute;
		top: 180px;
		left: 210px;
		}

#box{
     top:0px;
	 margin-left: 100px;
	 width: 800px;
     padding-bottom: 30px;
	 background-color: #648DC7;
}

#links { width: 800px; height: 400px; color:#CF0021; }
div#links ul { width: 750px; margin: 0; padding: 0; }
div#links ul li { margin: 0; padding: 0; float: left; text-align:center; list-style: none;}
div#links ul li a {width: 140px; display: block; background-color:#022F55; color: #fff; border-left: 1px solid #808080; border-right: 1px solid #808080; border-bottom: 5px solid #808080; text-decoration:none;}
div#links ul li a:hover { background-color:#CF0021; color: #fff; border-bottom: 5px solid #808080;}
div#links ul li a acronym {}
		}
#text2 ul {
	list-style: none;
}
body{ background: #022F55;
background-repeat: no-repeat;}
