* {
	margin: 0;
	padding: 0;
}

html {
 height : 100%;
}

body {
 margin : 0 ;
 padding : 0;
 text-align: center ;
 background-color : #A37238;
 font-size : 90%;
}

div.main {
 width:800px;
 height:750px;
 margin : 0 auto;
 padding:0;
 text-align:left;
 background-color : #F9F3EC;
 border-right : 30px solid #8A602C;
 border-left : 30px solid #8A602C;
 border-bottom : 20px solid #8A602C;
}

div.body {
/* height:1500;*/
 width:800px;
 padding-left:40px;
 padding-top:20px;
}

a:link,a:visited,a:active {
 text-decoration: none;
 border:none;
 color : #C2560E;
}

a:hover {
 text-decoration: none;
 border:none;
 color : #067856;
}

.c1 {
 color: #2A918C;
}

.c2 {
 color: #CD7871;
 }
 
.prof {
 width:450px;
 padding-left : 10px;
 padding-bottom : 10px;
 margin-left : 10px;
 border-left : 1px solid #A37238;
 border-bottom : 1px solid #A37238;
 font-size : x-small;
 line-height:170%;
}

h2 {
 color: #A37238;
}
