body {
	margin: 0px;
	padding: 0px;
	background-image: url("http://www.gamera.cc/wiki/images/overworldbg.jpg");
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3A3A;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

p {
	margin: 0px 0px 1em;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #8F8F8F;
	font-family: tahoma, arial, helvitica, sans-serif;
	font-size: 12px;
}

.text2 {
	color: #4780AB;
	font-family: tahoma, arial, helvitica, sans-serif;
	font-size: 10px;
}

.text3 {
	margin-bottom: .25em;
}

.text4 {
	font-size: 10px;
}

#main {
	height: 320px;
	overflow: auto;
	padding-right: 10px;
}

#side {
	height: 285px;
	overflow: auto;
}

#welcome {
	height: 190px;
	overflow: auto;
	padding-right: 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none; color: #1E5482;
}

a:hover{
	text-decoration: underline; color: #1E5482;
}

#wikileft a:hover { text-decoration:underline; color:white }
#wikileft a { text-decoration:none; color:white }

#wikibody { padding:0px 10px 10px 10px; background-color:white; }
#wikitext { margin-top:1em; line-height:1.33em; color:black}

