body
{
	background-color:white;
	font-family:'comic sans ms';
	font-size:16px;
	color:black;
	background-image:url('p.jpg');
	background-position:absolute;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 1500px 800px;
}
h1
{
	font-weight:bold;
	color:green;
}
p
{
	font-family:'comic sans ms';
	font-size:24px;
	margin-left:5em;
	margin-right:5em;
}
a
{
	text-decoration:none;
	font-size:30px;
	font-family:'lucida handwriting';
	color:green;
}
table
{
	margin:20px;
}
td
{
	padding:20px;
}
.title
{
	font-family:'Matura MT Script Capitals';
	font-size:50px;
	font-weight:bold;
	color:green;
}
.title2
{
	font-family:'Showcard Gothic';
	font-size:70px;
	font-weight:bold;
	color:green;
}
.green
{
	color:green;
	font-weight:bold;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.normal
{
	list-style-type:none;
	font-family:'comic sans ms';
	font-size:10px;
	color:black;
	background-color:yellow;
	margin:1em;
	padding:1em;
	border-right:1em solid green;
	border-bottom:2px solid green;
}
.marquee
{
	repeat:99;
	font-weight:bold;
	text-decoration:blink;
	font-family:arial;
	font-size:40px;
	color:33FF00;
}
.pindent
{
	text-indent:1cm;
	font-family:'comic sans ms';
	font-size:24px;
	margin-left:5em;
	margin-right:5em;
}