a:	           {color: #93FF93; text-decoration:none; font-weight: bold;}

a:link	    {
	color: Lime;
	text-decoration:none;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited {
	color: Lime;
	text-decoration:none;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a:hover  {
	color: Green;
	text-decoration:Underline;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a.list::link	    {
	color: #95FF95;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
	font-family : "Courier New", Courier, monospace;
}

a.list:visited {
	color: #95FF95;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family : "Courier New", Courier, monospace;
}

a.list:hover  {
	color: #E50499;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 18px;
	font-family : "Courier New", Courier, monospace;
}

a.logo::link	    {
	color: #E50499;
	text-decoration:none;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a.logo:visited {
	color: #E50499;
	text-decoration:none;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a.logo:hover  {
	color: #32CD32;
	text-decoration:Underline;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

.static {
	scrollbar-arrow-color: #00FF00;
	scrollbar-3dlight-color: #FF7FD9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #C1419B;
	scrollbar-shadow-color: #0c0c0c;
	scrollbar-track-color: #FF7FD9;
	scrollbar-darkshadow-color: #111111;
	background-image : url(images/main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	font-family : "Courier New", Courier, monospace;
	font-weight : 900;
}

.mid {
	position: relative;
	top : 10%;
}

.bord {
	border: 2px dashed Lime;
}

.title {
	font-size: 25px;
	font-weight: bolder;
	height: 30px;
	color: Fuchsia;
	filter:glow(color=Lime, strength=5);
	font-family : "Comic Sans MS", "MS Serif", "New York", serif;
}

.film {
	position: absolute;
	top: 70px;
}