<style type="text/css">

* 		{ margin: 0 auto; padding: 0;}
html	{overflow:scroll; height: 100%;
}
a {
	outline: none;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background-color: rgba(204,185,221,1);
	}
a img	{
	border:none;
	}
img		{
	vertical-align:middle;
	}
td img {
	display: block;
}
#pageWrap {
	margin: 0 auto;
	position: relative;
}

#maincontent {
	color: rgba(255,255,255,1);
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation {
	background-color: ;
	margin: 0 auto;
	background-size: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	width: 30%;
	float: left;
	text-align: left;
	text-transform: uppercase;
}
#nav2 a {
	display: block;
	width: 30%;
	float: left;
	text-align: center;
	text-transform: uppercase;
}
#lightvelv {
	background-color: #F90;
	text-align: justify;
	display: ;
	margin-left: 100px;
	margin-right: 100px;
}
#lightvelvLeft {
	background-color: #F90;
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}
#lightvelvRight {
	background-color: #F90;
	text-align: right;
	margin-right: 100px;
	margin-left: 100px;
}
#counter {
    position: relative;
    left: 445px;
    top: 5px;
    width: 135px;
    height: 20px;
}
#onlineVis {
    position: relative;
    left: 473px;
    top: 2px;
    width: 82px;
    height: 22px;
}
.Nav {
	position: relative;
	width: 200px;
	float: left;
	background-color: #4F3368;
	height: 300px;
	list-style-type:none;
}
.heading {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,1);
	}
.table {
	position:relative;
}
p.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-align: justify;
}
p.names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: rgba(255,255,255,1);
	text-align: right;
}
body,td,th {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #714A96;
	text-align: justify;
}
li {
	display: inline-block;
	letter-spacing: 2px;
	margin-left: -10px;
	text-align:left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9269B6;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.BasileWebsite {
	clear: fix;
	-webkit-transition: all 5s ease-in;
	-o-transition: all 5s ease-in;
	transition: all 5s ease-in;
}
.BasileWebsite:hover {
	-webkit-transform: 100%;
	-o-transform: 100%;
	transform: 100%;
}