/* mystyles.css - Styles for the index page and each linking page */

body {
background-color:	#6A5C3C;
color:				#000000;
font-family:		verdana, arial, sans-serif;
font-size:			medium;
line-height:		1.6em;
margin:				0px 75px 0px 75px;
}

#allcontent {
background-color:	#c2a760;
border:				2px solid #000;
padding:			30px;
margin:				20px;
}

.imgctr { text-align: center;}

h1 {
color:				#008000; 
font-size:			200%;  
text-decoration:	underline;
text-align:			center;
}

h2 {
color:				yellow;
}

h3 {
color:				#6d010e;
}

.note {
font-weight:		bold;
color:				red;
}

#footer {
text-align:			center;
font-size:			60%;
font-style:			italic;
line-height:		1.2em;
}

#icons {
text-align:			center;
}

#icons img {
border:				none;
}

#tutmenu img {
border:				none;
}

#tutmenu {
text-align:			center;
}

.imgctr {
text-align:			center;
}

hr {
background-color:	#3f6894;
}

#navbar {
border-top:			2px solid #3f6894;
border-bottom:		2px solid #3f6894;
padding-top:		5px;
padding-bottom:		5px;
text-align:			center;
}

