/*
Template CSS 
main.css
September 2006
LSU Health Sciences Center
*/

body {
	font-family: Arial;
	color: #180f46; /* #1c1c44; */
	margin: 0;
}

p, ul, ol, table {
	color: #180f46;
	font-family: Arial;

}

p, blockquote {
	text-align: justify;
}



a {
	color: #800000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #800000;
}

h1 {
	font-size: large;
	color: #800000;
}

h2 {
	font-size: medium;
	color: #800000;		
}

h3 {
	font-size: small;
	color: #800000;		
}

h4 {
	font-size: small;
}

/* used for highlighting text a specific color
since in main.css, can change all at once if they used this */
.standout {
	color: #800000;
}

/* Print main table without losing content */
@media print {
	.LSUHSCcontent {
		width: 100%;
	}
}
