@charset "utf-8";
/* CSS Document */


/*essentials*/
a img {
	border:none;
}

/*color scheme specific */
/* colours from http://www.w3schools.com/tags/ref_colorpicker.asp  (starting with #666699) */

.link {
	text-decoration:none;
	color: #8585AD;	
}
body {
	font-family: Calibri;
	background-color: #0A0A0F;
	color: #666699;	
}
.index_border {
	border:ridge 3px #29293D;
	margin-right:5%;
	margin-left:5%;
}
.index_botborder {
	border-bottom:ridge 3px #29293D;
}
.index_rightborder {
	border-right:ridge 3px #29293D;
}
.