@charset "utf-8";
/* CSS Document */



.headerDivPaintingPage
{
    height: 30px;
    background-color: #33FF00;
}
.footerDivPaintingPage
{
    background-color: #33FF00;
}
.bodyDivPaintingPage
{
    border: solid 10px #33FF00;
    padding: 10px;
	
}


body
{
	background-color: white;
	color: brown;
    font-family: sans-serif;
     
}
p
{
    margin-bottom: 5px;
}
p.spacer
{
	height: 10px;
}
h1
{
    font-size: large; 
    margin-bottom: 20px;
}
h1.center
{
	font-size: x-large;	
	margin-left: auto;
	margin-right: auto;
}
h3
{
    font-size: larger;               
}
.italic
{
    font-style: italic;
}
.middleAlign
{
	vertical-align: middle;
}
.floatLeft
{
	float: left;
	margin-right: 10px;

}
.underline
{
    text-decoration: underline;
}

#insetDiv
{
	width: 450px;
    padding: 10px;
	background-color:#FF6600;
}
#bodyDiv
{
	border-right: solid 5px orange;
    padding: 10px;
	background-color:#FFFFCC;	
	
}
#leftDiv
{	
	background-color:#FFFFCC;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 5px orange;

}
#headerDiv
{
    height: 30px;
}
#footerDiv
{	
    height: 30px;
}
a:link
{
	color: #FF6600;
	text-decoration: none;
}
a:visited
{
	color: brown;
	text-decoration: none;
}
a:hover
{
	color: black;
	background-color: yellow;
}
a:active
{
	color: brown;
	text-decoration: none;
}