/* css_Tags.css */
/* Selectors for generic HTML tags */

body {
	 /* Center content. */
	 margin-left: auto;
	 margin-right: auto;
	 width: 769px;
	 background-color:#2d4663;/*#e9f2fc;*/  /*#336633;*/
}

body,tr,td {
	font-size:10pt;
}

h1{
	/* Use serif font for main header tags */
	font-family: serif;
}

/* Set relative sizes for the various header tags. */
h1 {
	color: #006;
	font-size: 20pt;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

blockquote {
	font-size: 10pt;
}

a span {
	color: #00f; /* this will make just the underline color change as the state changes. the text color will remain the same.*/
}

a {
	text-decoration: underline;
}

