﻿body {
	background-image: url(digimon_tile.gif);
	background-repeat: repeat;
	text-align: left;
	font-family: Times New Roman;
	font-size: 1.0em;
	color: #FFFF00;
}

a:link {
	text-decoration: none;
	color: #FFD700;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #C0C0C0;
}


h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.5em;
	font-weight: bold;
}
h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.0em;
	font-weight: bold;
}
h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	font-size: 0.8em;
	font-weight: bold;
}



#sidebar {
	float: left;
	width: 15%;
	height: 100%;
}

#content {
	margin-left: 16%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
}

