@charset "UTF-8";
/* CSS Document */

body{
background-color:#FFFFFF;
margin: 0px;
text-align: center;

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}


#PageContainer{

text-align: left;
background-color:#FFFFFF;
margin: auto;
width:800px;


}

#Content{

border: 0.5px solid #000000;
margin-top: 30px;
width: 745px;
padding: 25px;
text-align: left;

}



h1{

font-family: "Times New Roman", Times, serif;
font-size: 30px;


}

h2{

font:"Times New Roman", Times, serif;
font-size: 16px;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 3px;

}

h3{

font:"Times New Roman", Times, serif;
font-size: 16px;
border-bottom: #000000 dotted 1px;

}

h4{
font: "Times New Roman", Times, serif;
font-size: 25px;
}

li
{

font-family:"Courier New", Courier, monospace;

}


#Text{

font-family:"Courier New", Courier, monospace;
font-size:12px;

}

#Box{
width: 300px;
height: 100px;
float: right;
text-align: left;
border:#000000 solid 1px;
padding: 5px;
}


.blogHead {
font:"Times New Roman", Times, serif;
font-size: 60px;

}