#body_link {
	background-image: url('002.jpg');
}

#h2_link {
	font-family: monotype corsiva;
	font-size: 20;
	color: red;
}

a {
    text-decoration: none;
    color: yellow;
    text-align:center;
}
            
a:hover {
    color:red;
}

h2 {
	color:yellow;
	font-size: 20;
	text-align:center;

}

h3 {
	color:#FF0033;
}

h1 {
	color: blue;
	font-size: 30;
	text-align:center;
}
	