body {
text-align: center;
background: #800000;
margin-left:125px;
margin-right:125px;
line-height: 1.5em;
}

.container {
background:white;
margin-top: 15x;
margin-bottom: 0 auto;
border: 3px solid black;
border-radius: 15px;
}



#main {
    margin-left: 10px;
	margin-right: 10px;
    text-align: justify;
	font-family:Arial; 
	font-size:15px;
		}

a{
text-decoration:none;
font-weight: bold;
color:#00008B;

}




nav {
height: 42px;
background-color: #848484;
margin-bottom: 10px;
max-width:100%;
 }
		nav ul{
    list-style-type: none;
    	
}

nav ul li a{
    float:left;
	text-decoration: none;
	color: white;
	display: inline;
	padding: 0px 20px;
	line-height: 42px;
	height: 42px; 
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-family:Arial;
	
}



.current {
background-color: black;
border-radius: 6px;
}





@media screen and (max-width:950px) {

body {
text-align: center;
background: #800000;
margin-left:20px;
margin-right:20px;
}

#uologo img {
display: block;
    margin-left: auto;
    margin-right: auto;
		max-width:100%;
	border:"0";
	
	}



nav {
height: auto;
max-width:100%;
background-color:#848484;


 }

nav ul{
    list-style-type: none;
    	
}

nav ul li a{
    float: none;
	text-decoration: none;
	color: white;
	display: block;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-family:Arial;
	border:3px solid black;
	border-radius:8px;
	line-height: 15px;
	height: 15px;
	margin-left:5px;
	margin-right:40px;
	text-transform: uppercase;
	
		}
		
.container {
background:white;}
#main {
    margin-left: 10px;
	margin-right: 10px;
    text-align: justify;
	margin-top:10px;
		}
		.current {
background-color: black;
}
	
	}
	
	





