@charset "UTF-8";
body {
	max-width:200px;
	max-height:600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../../elements/SidebarBG.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
