body{
	font-size:13px;
	color:#000000;
	font-family:MS UI Gothic;

        background-color:#ffffff;

}
table{
	font-size:13px;
	color:#000000;
	font-family:MS UI Gothic;
}
A,a:link,a:visited,a:active{
color:#000000; text-decoration:none;
}
A:HOVER{
color :#ff3333;text-decoration : none;
}
TEXTAREA, INPUT,select{ 
border-color :  #000000;
background-color : #ffcccc ;
border-width:1 1 1 1;
border-style : solid;
font-size : 12px ; color : #000000 ; 
}
hr{
border-color:#000000;
border-width:1px;
border-style:dotted;
noshade-size : 1;
}

<!--
背景についてのダグ
これを7行目に挿入
	background-image: url(other.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
-->

<!--
余白についてのダグ。これをBODYに挿入
	margin-top:50px;
	margin-right:100px;
-->