/*************************************************************/
/*                                                           */
/*                                                           */
/*                  15° Stylesheet                           */
/*              2007 - Sebastian Künzel                      */
/*                                                           */
/*                                                           */
/*************************************************************/


/*************/
/*           */
/* HTML Tags */
/*           */
/*************/


body {
	font-family: "arial", sans-serif;
	font-size:12px;
	margin: 0;
}


a  {
    color: #999999;
	font-size:12px;
    text-decoration: none;
	line-height:1.6;

}


a:hover {
    color: #FF9900;
    text-decoration: overline;

}

.text {
	font-size:12px;
	color:#999999;
	line-height:1.6;

}