/* Stylesheet for obfuscater.net */

div.left	{	float: left;
	width: 25%;
	background-color: pink;
	color: black;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}

div.right	{	background-color: orange;
	float: right;
	width: 25%;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

div.mid	{
	text-align: center;
	width: 40%;
	text-align: left;
	margin-left: 35%;
	margin-right: 25%;
	font-size: 18px;
	color: black;
	line-height: 27px;
}

.nav	{	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	height: 600px;
	font-size: 18px;
	overflow: auto;
}

.main	{
	list-style-type: circle;
	text-align: left;
	text-indent: 15px;
}

a.nav, a.main	{
	font-family: Arial;	text-decoration: none;
	color: blue;
	letter-spacing: 0px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

a.nav:hover, a.main:hover	{
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 13px;
	color: navy;
}

a.nav:visited	{	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

.title	{	font-family: Arial;
	font-size: 22px;
	color: black;
}

a.header	{	text-decoration: none;
	font-size: 16px;    color: white;
    letter-spacing: 6px;
}

a.header:hover	{	color: black;
}
