/*-------------------------------------------*/
/* style.css	 							 */
/* Stylesheet for www.lorraineflack.de */
/* Made by Lorraine Flack*/
/*-------------------------------------------*/

/*-------------------------------------------*/
/* basic classes 							 */
/*-------------------------------------------*/
BODY {
		font-family:verdana, arial, helvetica, tahoma, geneva, sans-serif;
		font-style:normal;
		font-size:11px;
		background-color: #003300;
		color: #fff;}
/*-------------------------------------------*/
/* links & navigation			 */
/*-------------------------------------------*/
a {color: #748F74; text-decoration: none;}
a:active {color: #00cc00;}
a:visited {color: #748F74;}
a:hover {text-decoration: underline; color: #ff9900;}
/*-------------------------------------------*/
/* headers	divs etc	 */
/*-------------------------------------------*/
.centered {position: absolute; right: 46%; top:46%;}
.text {margin-left:auto; margin-right:auto; text-align: center; width: 66px;}
/*-------------------------------------------*/
/* end of stylesheet style.css */
/*-------------------------------------------*/

