﻿/* CSS Document */



h1 {color: red;}
h3 {color: black;}

#main { background-color: yellow;
	width:70%;
	padding:10px;
	float:left;
	margin: -5px 0 0 110px;}

/*4.link*/
a:visited {color: orange; text-decoration: none;}
a:hover {color: green; text-decoration: underline; font-size: 30px;}	