﻿html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ece9d8;
	background-image: url(/images/bgm111.gif);
}

a, b, strong, p, td, input, textarea, span {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

b {
	color: #404040;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #220088;
}

h2 {	
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #220088;
}


a {
	color: #001199;
	text-decoration: none;
	border-bottom: dotted 1px #2244ff;
}

a:hover {
	color: #991100;
	text-decoration: none;
	border-bottom: solid 1px #991100;
}


p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.topic {
	font-weight: bold;
	color: #ff1100;
}

hr {
	height: 1px;
	line-height: 1px;	
	max-height: 1px;	
	color: #a0a0a0;
	background-color: #a0a0a0;
	
	
}


