/* basic.css */

BODY { 
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	background-color: white; 
	/* background-color: #e6e6fa;*/ /* lavender */
}
A:link {
	color: blue;
	background-color: transparent;
}
/* A:visited { color: #800080; } */
A:visited {
	color: blue;
	background-color: transparent;
}
A:active {
	color: red;
	background-color: transparent;
}
A:hover {
	color: blue; 
	background-color: yellow;
}
A:focus {
	color: green;
	background-color: transparent;
}
H1, H2, H3 {
	color: black;
	background-color: transparent;
}
.align1 {
	text-align: left;
}
.align2 {
	text-align: center;
}
.align3 {
	text-align: right;
}
.title-xx {
	font-weight: bolder;
	font-size: xx-large;
	font-family: Impact, Arial, sans-serif; 
	color: black; 
	background-color: transparent;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	/*  border: solid thin; */
}
.t1 {
	font-weight: bold;
	font-size: 42px;
	font-family: Impact, Verdana, Arial, sans-serif; 
	font-style: italic;
	color: rgb(50%, 50%, 50%); 
	background-color: transparent;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	/* border: solid thin; */
}
.t2 {
	font-weight: bold;
	font-size: 32px;
	font-family: Impact, Verdana, Arial, sans-serif;
	color: rgb(50%, 50%, 50%); 
	background-color: transparent;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	/* border: solid thin; */
}
H2.title-x {
	font-weight: bolder;
	font-size: x-large;
	font-family: Impact, Arial, sans-serif; 
	color: black; 
	background-color: transparent;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	/* border: solid thin; */
}
.title-x {
	font-weight: bolder;
	font-size: x-large;
	font-family: Impact, Arial, sans-serif; 
	color: black; 
	background-color: transparent;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	/* border: solid thin; */
}
H3.title2 {
	font-weight: bolder;
	font-size: large;
	font-family: Arial, sans-serif;
	color: black; 
	background-color: transparent;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.2em;
	/* border: solid thin; */
}
.title2 {
	font-weight: bolder;
	font-size: large;
	font-family: Arial, sans-serif;
	color: black; 
	background-color: transparent;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.2em;
	/* border: solid thin; */
}
.title3 {
	font-size: x-small;
	font-family: Arial, sans-serif;
	color: black; 
	background-color: transparent;
	text-align: right;
}
#copyright {
	font-size: x-small;
	font-family: Arial, Times, sans-serif;
	color: black;
	background-color: transparent;
	text-align: left;
}
#modified {
	font-size: x-small;
	font-family: Arial, Times, sans-serif;
	color: black;
	background-color: transparent;
	text-align: left;
}
EM {
	font-weight: bold; 
	color: blue;
	background-color: transparent;
}
.attention {
	color: #ff33cc;
	background-color: transparent;
	font-weight: bold;
}
.warning {
	color: red;
	background-color: transparent;
	font-weight: bold;
}
.info {
	color: green;
	background-color: transparent;
	font-weight: bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
	 margin: 5%;
}
ADDRESS {
	float: left;
}
DIV.textright {
	width: 50%;
	float: right;
	text-align: right;
}
#go-toppage, #go-opinion {
	float: right;
	font-size: smaller;
}
