body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: arial;
	font-size: 12pt;
}

#corner {
	 width: 192px;
	 height: 168px;
}

#top {
	 height: 168px;
	 width: 608px;
}

#side {
	 width: 192px;
     height: 432px;
}
#button {
     position: relative;
     left: 15px;
}

#heading1{
    font-weight: bold;
    font-size: 18pt;
}

#b {
 font-weight: bold;
}

#headline {
 font-family: "Times New Roman", Times, serif;
 font-size: 32pt;
 text-align: center;
 font-weight: bold;
}

#article {
 text-indent: 25px;
 text-align : justify;
}

#newsclip {
 border-top: 1px solid Black;
 border-left: 1px solid Black;
 border-right: 1px solid Black;
 border-bottom: 1px solid Black;
}
   
#columns {
 vertical-align : top;
}

#footer {
 font-family: Arial, Helvetica;
 font-size: 8pt;
 text-align: center;
 color: gray;
}


