body
{
	background-repeat:no-repeat;
	background-position:center;
        background-attachment:fixed;
        background-color:#CCCCCC;
        font-family:sans-serif;
	font-size:small;
}
a:hover {background-color:#FFFFFF;}
a:focus {border-style:solid;border-size:5;}
/*To show up a nice background on pages having one*/
.about	{background-image:url(images/about-big.jpg);}
.author	{background-image:url(images/author-big.jpg);}
.howto	{background-image:url(images/howto-big.jpg);}
.news  	{background-image:url(images/news-big.jpg);}
.wishlist{background-image:url(images/wishlist-big.jpg);}

h1   	{color:Maroon; font-size:170%;}
h2   	{color:Maroon; font-size:150%}
h3   	{color:Black; font-size:130%}
h4   	{color:Black; font-size:110%;}
p    	{color:Black; }
ul   	{color:Black;}
li   	{color:Black;}
table	{color:Black;}
/*For the right colors in the Howto-section*/
.Red	{color:Red;}
.Maroon	{color:Maroon;}
.Green	{color:Green;}
.Darkgreen{color:#00AA00;}
/*For the wishlist to show right colors*/
.ready{color:green;}
.work{color:blue;}
.stop{color:Red;}
