/* common.css 081025*/

a:link, a:visited, a:active {text-decoration: none; color: #660000}
a:hover {text-decoration: none; color: #660000}

body {
	background: #ffff66;
	margin: 0;
	padding: 0;
}

/* Title */
.Title {
	text-align: center;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-weight: bold;
	font-size: 24px;
	color: #660000;
}

/* Subtitle */
.SubTitle {
	text-align: center;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-size: 18px;
	color: #660000;
}

/* Heading */
.Heading {
	text-align: center;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-size: 18px;
	color: #660000;
}

/* Text */
.Text {
	text-align: left;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-size: 15px;
	color: #660000;
}

/* Italic Text */
.ItalicText {
	text-align: left;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-style: italic;
	font-size: 15px;
	color: #660000;
}

/* Copyright */
.Copyright {
	text-align: center;
	font-family: "book antiqua","palatino linotype","times new roman",times,serif;
	font-size: 15px;
	color: #660000;
}
