BODY {
	background-attachment : fixed;
	background-repeat : no-repeat;
	scrollbar-face-color: #228B22;
	scrollbar-highlight-color: #228B22;
	scrollbar-3dlight-color: 708090;
	scrollbar-darkshadow-color: 708090;
	scrollbar-shadow-color: Black;
	scrollbar-arrow-color: White;
	scrollbar-track-color: B0C4DE;
}
A:ACTIVE {
	color : Green;
	text-decoration : none;
	font-weight : normal;
}
A:LINK {
	color : Lime;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	font-variant: small-caps;
}
A:HOVER {
	color : Black;
	background-color : Silver;
	text-decoration : none;
	font-weight : normal;
}
A:VISITED {
	color : Green;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	font-variant: small-caps;
}
.main {
	color : #6A5ACD;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : normal;
}
.info {
	font-family : "Courier New", Courier, monospace;
	color : #1E90FF;
	font-size : 15px;
	font-weight : bold;
}
.heading{
	color : #DAA520;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}
.header{
	color : #DAA520;
	font-family : "Courier New", Courier, monospace;
	font-size : 20px;
	font-weight : bold;
	font-variant : small-caps;
}
.title{
	color : #6A5ACD;
	font-family : "Courier New", Courier, monospace;
	font-size : 20px;
	font-weight : bold;
	font-variant : small-caps;
}
.comments{
	color : #4682B4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}
.name {
	font-family : "Courier New", Courier, monospace;
	color : #B22222;
	font-size : 14px;
	font-weight : bold;
	font-variant : small-caps;
}
.time {
	font-family : "Times New Roman", Times, serif;
	font-style: normal;
	color : #6495ED;
	font-size : 14px;
}
P:first-letter {
	font-size : 200%;
	float : left;
}
P:first-line {
	font-weight : bold;
}
.entries {
	margin-bottom: 30px;
	color : White;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	font-variant : normal;
}
.entries td {
	padding:4px;
	margin-bottom: 30px;
	color : White;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	font-variant : normal;
}
.entries td.nopad {
	padding:0;
	margin-bottom: 30px;
	color : White;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	font-variant : normal;
}
.xtrabox {
	width: 25%;
	border: 2px dotted #708090;
	margin: 3px;
	float:right;
	font-size : 12px;
	color : #FFD700;
}



