/* study-aid.css */

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
h1 { 
	font-size: 24px;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: navy;
}
h2 {
	font-size: large;
	font-style: italic;
	text-align: center;
	color: navy;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	color: navy;
}
h4 {
	font-size: medium;
	font-style: normal;
	text-align: left;
	color: navy;
}
table {
	background-color: #FFFFFF;
	table-layout: fixed;
	width: 65%;
	vertical-align: top;
	line-height: 150%;
}
td { vertical-align: top; }
.prod { width: 90%; margin-left: 5em; line-height: 100%; }
.c1 { width: 20%; padding-top: 1em; text-align:center;}
.c2 { width: 80%; padding-top: 1em;}
		
.a { font-size: medium; font-style: normal; font-weight: bold; }

p { font-size: small;
	font-style: normal;
	text-align: left;
	margin-left: 10em;
	margin-right: 10em;
	color: black;
}
.desc {margin-left: 0em;}

.navbar { font-size: medium; 
			font-style: normal; 
			font-weight: bold;
			text-align: center; }
li { font-size: small; font-style: normal; margin-left: 10em;}
.b {font-weight: bold; }
.c {text-align: center; font-size: medium; }
.cb {font-weight: bold; text-align: center; color: #FFFFFF;}
.divrow { background-color: #000080;  }

a:active { color: red; }
a:visited { color: red; }
a:hover { font-weight: 700; }
a:focus { background-color: red; }
