* {
margin : 0;
padding : 0;
}

body {
background:#F5F5F5;
font-family : Arial, Helvetica, sans-serif;
font-size : 100%;
color : #333; 
}

h1, h2, h3 {
font-weight : normal;
font-style : bold;
}

h1 {
font-size : 16px;
}

h2 {
font-size : 14px;
}

h3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-style: bold;
color : #333;
margin-top : 10px;
}

p {
margin : 5px;
padding : 5px;
line-height : 160%;
}

a { 
text-decoration: none; 
color: #333;
border-bottom : 1px dotted #333;
}

a:hover, a:focus, a:active { 
color: #333;
border-bottom : 1px dotted #000; 
}

a:visited {
color: #333;
border-bottom : 1px dotted #999;
}

a:visited:hover, a:visited:focus, a:visited:active {
color: #333;
border-bottom : 1px dotted #666;
}

#main {
	position : relative;
	width : 725px;
	max-width : 100%;
	margin : auto;
	text-align : left;
	font-size : 80%;
	background-color: #F5F5F7;
}

#bodyText {
float : right;
clear : none;
width : 38em;
max-width : 65%;
margin-bottom : 20px;
padding : 0 10px 0 10px;
border : 1px solid #ccc;
background-color: #FFFFFF;
}

#links {
	position : relative;
	width : 100%;
	max-width : 30%;
	height : 173px;
	font-size : 9px;
	color : #000;
}

#contact {
	position : relative;
	top : 50px;
	width : 100%;
	max-width : 27%;
	height : 156px;
	border : 1px solid #ccc;
	font-size : 11px;
	color : #000;
	background:#FFF;
	padding : 10px 10px 10px 10px;
}

#footer { 
text-align: center;
margin : 20px 0 20px 0;
}

#linkList h3 {
font-size : 2em;
color : #333333;
}

ul {
list-style-type : none;
margin : 0 0 0 0;
}

li {
margin : 0 0 0 0;
}

li a {
	display : block;
	width : 90%;
	height : auto;
	padding: 0.2em;
	padding-left : 17px;
	font-weight : bold;
	font-style : normal;
	font-size : 1.4em;
	line-height: 1.4em;
	border : 1px solid #ccc;
	background-color: #FFFFFF;
}

li a:hover, li a:focus, li a:active {
	text-decoration : none;
	border : 1px solid #999;
	background-color: #FFFFFF;
}

li a:visited, li a:visited:hover, li a:visited:focus, li a:visited:active {
background : #FFF;
border : 1px solid #ccc;
color : #333; 
#Change the color scheme here
}

li a:visited:hover, li a:visited:focus, li a:visited:active {
	border : 1px solid #ccc;
	background-color: #F5F5F7;
	#Change the color scheme here
}

#linkList ul li a.c {
display : block;
width : 85%;
margin-top : -1.2em;
margin-left : 1.2em;
padding-left : 0;
font-weight : normal;
font-style : italic;
font-size : 1.2em;
border : 0;
letter-spacing : .02em;
}

#linkList ul li a.c:hover, #linkList ul li a.c:focus, #linkList ul li a.c:active {
border : 0;
color : #000;
}

#footer a {
margin : 0 20px 0 20px;
font-size : 80%;
letter-spacing : .4em;
}


#banner {
	width : 100%;
	height : 220px;
	background: transparent url(https://www.k-state.edu/bmb/NMR_website/images/nmr_banner.png) no-repeat top center;
}

#banner h1, #banner h2 {
color : #333333;
text-align : right;
padding-top : 20px;
}

#banner h2 {
padding-top : 10px;
}

#mytable {
	width: 400px;
	padding: 0;
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
	text-align: left;
}