﻿@charset "UTF-8";
/* CSS Document */
body { 
  background-color: #ffe100;
}

a:link.type1 { color: #000000; text-decoration: underline; } 
a:visited.type1 { color: #000000; text-decoration: underline; } 
a:hover.type1 { color: #FF0000; text-decoration: underline; } 
a:active.type1 { cilor: #FF0000; text-decoration: underline; }

.main{
	margin: 97px 0 8px 0;
}
