@charset "UTF-8";


body{
	background-color:  rgba(255,255,0,0.3) ;
}
h1{
	font-size: 50px ;
}
h2{
	font-size: 40px ;
}
h3{
	font-size: 30px ;
}
h4{
	font-size: 20px ;
}
ul{
	width : 300px ;
	
}
li{
	margin : 20px ;
}

a: link {color: #66bb33 ;}
a: visited {color: #bbbbbb ;}
a: hover {color: #ffaa00 ;}
a: active {color: #000000 ;}
