/* My CSS File */ /* Define body background color & font */ body { font family: arial,helvetica; font-size: 10pt; color: #FFFFFF; background-color: "#ECF6C6" } /* Creat a class of link named 'navbar' */ a.navbar { float: left; width: 200px; padding: 6px; font-family: arial,helvetica; font-size: 12px; font-weight: bold; text-decoration: none; text-align: center; } a.navbar:link { color: #000000; background-color: #CCFF99; } a.navbar:visited { color: #white; background-color: #FFCC99; } a.navbar:hover { color: blue; background-color: #FFCCFF; } a.navbar:active { color: #white; background-color: #99FFF0; } td.left { background-color: #0013CC; color: black; font-size: 10pt; font-weight: normal; font-family: times,roman; font-style: normal; margin-right:.5in; margin-left: .5in; text-align: center; } td.right { background-color: #FFCCFF; color: black; font-size: 10pt; font-weight: normal; font-family: times,roman; font-style: normal; margin-right: .5in; margin-left: .5in; text-align: justify; } td.right2 { background-color: #FFFFCC; color: black; font-size: 10pt; font-weight: normal; font-family: times,roman; font-style: normal; margin-right: .5in; margin-left: .5in; text-align: justify; } td.center { background-color: #FFFFFF; color: black; font-size: 10pt; font-weight: normal; font-family: times,roman; font-style: normal; margin-right: .5in; margin-left: .5in; text-align: justify; } h1 { color: red; font-size: 25pt; font-weight: bold; font-family: times,roman; text-align: center; } h2 { color: red; font-size: 18pt; font-weight: bold; font-family: times,roman; text-align: center; font-style: italic; } h3 { color: #000000; font-size: 12pt; font-family: times,roman; font-weight: normal; } h4 { color: red; font-size: 18pt; font-weight: bold; font-family: times,roman; text-align: center; } h5 { color: black; font-size: 18pt; font-weight: bold; font-family: times,roman; text-align: center; } h6 { color: white; font-size: 18pt; font-weight: bold; font-family: times,roman; text-align: center; }