/* Body Attributes */
body {color:#000000;background-color:#ffe8e8; margin:3px 4%;font-family:"Times New Roman", Times, serif;}

/* Top Title Bar */
#top-container{height:110px;text-align: center;}

/* top-left within the top-container */
#top-left{float: left;width:85px;}
#top-left img{margin:4px 0px 0px 4px;border:outset 4px yellow;width:75;height:100px;}

/* top-right within the top-container */
#top-right{float:right;width:75px;}
#top-right img{margin:35px 4px 0px 0px;border-width:0px;height:27px;}

/* top-mid within the top-container
	If you want to use an Image here make a <div id="top-mid"> tag in html code */
#top-mid
{
	background-image: url(images/your.gif);
	background-position: center;
	text-align: center;
	height: 110px;
	width: 300px;
	border: 2px solid green;
}

/* top-container HTML tags characteristic*/	
#top-container h1{ font-size:35px;color:#cc0000;background-color:inherit;margin:0px;}
#top-container h2{ font-size:25px;color:#0000ff;background-color:inherit;margin:0px;}
#footer {clear:both;color:#883300;background-color:inherit; text-align: center; 
font-size:2.5mm;line-height:3.3mm;border:0px solid #ff0000;}
hr{width:70%;bachground-color:#cc0000;color:#cc0000;}	
table{margin-left:auto;margin-right:auto;}
h2 span{color:red;}
h2 {color:blue; text-align: center;}
h3{color: brown;text-align: center;}