@CHARSET "ISO-8859-1";

body 
{
background-image: url("../img/mainbackground.jpg");
}
p.mainBlock {
	background-image: url("../img/headerbackground.gif"); 
	padding :40px;
	margin-left: 120px;
	margin-right: 120px;
	font-size : x-large;
	color : #ff33ff;
	text-align: center;
}

p.horizontalRuler {
	background-image: url("../img/mainhorizontalruler.bmp");
	background-repeat: repeat-x;
	padding: 10px;
}

.linktableColumn {
	background-image: url("../img/piglettablebackground.gif");
	background-repeat: no-repeat;
	text-align: left;
	font-size : normal;
	height : 60px;
	color: orange;
	padding-left: 50px;
}

.writeup {
	}
.writeup h1 {
	font-weight: bold;
	color: blue;
	font-size: 20px;
	}
	
.writeup font{
	font-family: cursive;
	}

.writeup img {
	padding-right: 10px;
	float: left;
}
	
