@charset "utf-8";
/* CSS Document */

body {
	color:#000;
	font-size:62.5%;
	font-family:"Times New Roman", Times, serif;
}
a {outline:none;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.normal {font-weight:normal;}
.bold {font-weight:bold;}
.under {text-decoration:underline;}

.standard {width:85%;margin-left:auto;margin-right:auto;font-size:1.4em; line-height:1.5;}
.link {color:#000;text-decoration:underline;}
.link:hover {color:#981e32;text-decoration:none;}

.copy {
	color:#fff;
	font-size:1.1em;
	line-height:1.2;
}
.admin {
	color:#fff;
	text-decoration:none;
}
.admin:hover {
	color:#fff;
	text-decoration:none;
}
.admin:visited {
	color:#fff;
	text-decoration:none;
}