/*	index.css by dionys */

body {
	background-color:white;
	text-align:center;
}

a {
	font-family:tahoma;
	font-size:10pt;
}
a:link {
	text-decoration:none; color:#e0e0e0;
}
a:visited {
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	color:#fea21e;
}
a:active {
	text-decoration:none;
	font-weight:bold;
}

img {
	border: none;
}

#welcome img {
	height: 71;
	width: 71;
}

p {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	color: #DCDCDC;
	font-size: 18px;
}