/*ページ全体の指定*/
*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:100%;
	}

.size1{font-size:20pt;}
.size2{font-size:110%;}
.size3{font-size:130%;}
.size4{font-size:150%;}

body{
	color:royalblue;font-size:80%;
	
	}

/*ページ全体のリンク指定*/
a{
	color:#0000ff;
	}
#foot a:hover,a:hover{
	color:#ff0000;
	}

