/* CSS for main window text, Xi Gamma site */

html {
	overflow-x:hidden;
	overflow-y:auto;
}

body,p,br,tr,td {
	font-family:tahoma, arial, sans-serif; 
	font-size:11px;
	color:#333333;
	letter-spacing:0px;
	margin-left:8px;
	text-decoration:none;
	text-align:justify;
}

a {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	letter-spacing:1px;
	margin-left:3px;
	text-decoration:none;
}


h3 { /*section headers within main*/
	font-family:"trebuchet ms", times, serif;
	font-size:18px;
	color:#C3A5C5; /*lavenderish color*/
	letter-spacing:-1px;
	line-height:10pt;
	margin-left:1px;
}

h5 { /*for smaller titles*/
	font-family:"trebuchet ms", times, serif;
	font-size:12px;
	color:#0C515E; /*dark blue-green color*/
	letter-spacing:2px;
	line-height:8pt;
	margin-left:2px;
}

div.nojust {
	text-align:left;
	margin-top:1px;
    margin-left:0px;
	left:0px;
	top:0px;
}

div {
	margin-top:1px;
    margin-left:0px;
	left:0px;
	top:0px;
	text-align:justify;
}


