body {
	background-color: #C20003;
}

td.title {
	background-color: black;
	width: 1000;
}

td.menu { 
	background-image: 
	url('.././images/menubg.jpg');
	background-repeat: repeat-y;
	border-width: 0;	
	width: 155;
}

td.content {
	background-image: 
	url('.././images/contentbg.jpg');
	background-repeat: repeat-y;
	border-width: 0;
	width: 670
}

td.fun {
	background-color: #C20003;
	width:200;
	border: groove 3px black;
	width: 175;
}

img.transparent {
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
	opacity:0.1;
}

img.profile_a {
	width: 150px;
	height: 150px;
	float: left;
}

h1 {
	font-family: "Mistral", Impact, Times;
	font-size: 20px;
	color: maroon;
	letter-spacing: 2;
	margin-bottom: 0px;
}

h2 {
	font-family: "Mistral", Impact, Times;
	font-size: 30px;
	margin-bottom: 0px;
}

p {
	font-size: 16px;
	font-color: black;
	font-family: times;
	text-align:justify;
}

a:link {
	color: maroon;
	font-size: 16px;
}

a:visited {
	color: maroon;
	font-size: 16px;
}

a:hover {
	color: red;
	font-size: 16px;
}
