﻿@charset "UTF-8";
/* CSS Document */



.font1 {
	font-size:11px;
	line-height:14px;
	color: #666666;
}
.font2 {
	font-size:12px;
	line-height:16px;
}
.font3 {
	font-size:12px;
	line-height:16px;
	color: #CCCCCC;
}
.font4 {
	font-size:14px;
	line-height:23px;
	color: #303030;
}
.font5 {
	font-size:15px;
	line-height:20px;
	color: #666666;
}
.font6 {font-size:18px; line-height:25px}

body { 
  margin: 0px;
  background-color: #000000;
}

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; }
