
.blue{
	Color : Blue;
	}


.white{
	Color : White;
	Font-Family : Arial, Helvetica, sans-serif;
	}


.black{
	Color : Black;
	}


.darkblue{
	Color : DarkBlue;
	}


.red{
	Color : DarkRed;
	}


A:link{
	Text-Decoration : none;
	}


A.red:hover{
	Color : Green;
	Text-Decoration : none;
	}


A.darkblue:hover{
	Color : Red;
	Text-Decoration : none;
	}


A.black:hover{
	Color : Red;
	Text-Decoration : none;
	}


A:visited{
	text-decoration : none;
	}


body{
	Background-Attachment : fixed;
	Background-Image : url(images/background.jpg) ! important;
	}


A:hover{
	Color : Lime;
	Text-Decoration : none;
	}


A:white:hover{
	Color : Black;
	}
