a:default{
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: 100;
    }

a:link{
	color: rgb(0,0,255);
	text-decoration: none;
	font-weight: 100
    }

a:visited{
	color: rgb(0,0,255);
	text-decoration: none;
	font-weight: 100;
    } 

a:active{
	color: rgb(0,0,255);
	text-decoration: none;
	font-weight: 100;
    }

a:hover{
	color: rgb(255,0,0);
	text-decoration: underline;
	font-weight: 100;
    }

body{
	color: rgb(0,0,0);
	background-color: rgb(225,230,255);
	background-image: url('../clipart/background.jpg');
    }

h1{
	color: rgb(0,0,0);
    }

h2{
	color: rgb(0,0,0);
    }

h3{
	color: rgb(0,0,0);
    }