html {background: url(images/cover1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    	background-color: white;
		margin: 120px;
	padding: 0;
	/*background: #a6a6a6;*/
	/*background:url(images/fb_cover1.jpg);*/
	font: normal small Arial, Helvetica, sans-serif;
	color: black;
}
h4 {
    background-color: #1B81A8;
}
h3 {
    background-color: #1B81A8;
	}
p {
    margin-left: 0.5cm;
	line-height: 1.4;
	font-size: 1.1em;
}
#pp{
	line-height: 160%;
	margin-left: 1cm;
}
#pp1{
	line-height: 130%;
	margin-left: 1cm;
}
#p1 {
    color: green;
}
#p2 {
    color: black;
	font-size:130%;
	float: left;
}
a:link    {color: #1B81A8; background-color:transparent; text-decoration:none}
a:visited {color:#1B81A8; background-color:transparent; text-decoration:none}
a:hover   {color:#1B81A8; background-color:transparent; text-decoration:underline}
a:active  {color:#0000EE; background-color:none; text-decoration:underline}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 6px;
    color: black;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
table#t01 th {
    background-color: grey;
    color: black;
    padding: 5px;
}
table#t01 td {
    
    color: black;
    padding: 6px;
}
/*img:hover {
  width: 700px;
  height: 420px;
}*/

table.factable { /* table styles for faculty pages */
  background: #FFF;
  border: none;
  color: #000;
}
div.ex1 {
    width:700px;
    margin: auto;
    border-left: 1px solid #1B81A8;
}












