/** Style elements for general tags **/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;}

h1 {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	line-height: 100%;
}

/** Custom style elements for classes **/

.topnav {font-size: 65%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; line-height: 150%;}
a.topnav:link, a.topnav:active, a.topnav:visited {color:#000000; text-decoration: none;}
a.topnav:hover {color: #B11445; text-decoration: none;}

.bodytext {font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; line-height: 140%;}
a.bodytext:link, a.bodytext:active, a.bodytext:visited {color: #FFCC00; text-decoration: none;}
a.bodytext:hover {color: #CCCCCC; text-decoration: underline;}

.quote1 {font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; line-height: 140%;}

.quote2 {font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; font-weight: bold;}

.subheaders {font-size: 80%; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 110%;}
	
/** Styles for form elements  **/

.bg {
	background-repeat: no-repeat;
	background-position: right top;
}
.diaryholder {
	width: 330px;
}
.diaryhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.diarydetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
}
.picBorder {
	border: 1px solid #FFFFFF;
	padding: 2px;
}
