/* DEAAF Stylesheet.css */

/* Body text and page background */
body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	margin-right:auto;
	margin-left: auto;
}

html {
	overflow-y: scroll;
}

img {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;}
	
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;}

img.links {float: left;
			margin-left: 5px;
			margin-bottom: 5px;}
			
h2 {
	color:#990000;
	}

.header {
	font-size: 14pt;
	font-weight: 800;
	color:#990000;
}

.headersmall{
	font-size: 12pt;
	font-weight: 600;
	color:#c35f41;
}


.gandhi{
	font-size:12pt; 
	font-weight: 600;
	color:#000066;
}

.burgundytwelve {
	font-size: 12pt;
	font-weight: 600;
	color: #990000;
}


/*float images *img {
margin: 10px;
float: left;
}/




/* Black 8 pt */

.eightpt {
	font-size: 8pt;
}

.eightptbold {
	font-size: 8pt;
	font-weight: bold;
}
/* Black 10 pt BOLD */

.boldten {
		font-weight: bold;
}

.boldtwelve {
		font-size: 12pt;
		font-weight: bold;
}

.burgundyten {
	font-weight: bold;
	color: #990000;
}






/* Use for Italics */

.italic {
	font-style: italic;
}





/* Hyperlinks */
a:link{
color:#0000cd;
text-decoration: none;
}
a:visited{
color:#990000;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
