html, body {
margin: 0;
padding: 0;
border: none;
background-color: #80BD27;
text-align: center;
}
.bkg {
background-image: url(images/tpLt.gif);
background-repeat: no-repeat;
}
.bkg1 {
background-image: url(images/bsLt.gif);
background-repeat: no-repeat;
}
.head {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FF0000;
line-height: 22px;
}
#main {
position: relative;
width: 360px;
height: 550px;
overflow: auto;
padding-left: 20px;
padding-right: 10px;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
.diaryHeading {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 22px;
color: #000000;
}
.diaryBody {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding-left: 30px;
display: block;
}
.style1 {
color: #FFFFFF
}


.links {
	font-family: "Arial black";
	font-size: 18px;
	line-height:20px;
	text-align:left;
}
.links a {
	color: #FFFF00;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.links a:hover {
	text-decoration: none;
	color: #FF6600;
}
.links a:active {
	text-decoration: none;
	color: #FF0000;
}
