/* style.css - a simple style sheet */
body {
 margin-left: 5%; 
 margin-right: 5%;
 background: lightsteelblue;
}
table {
 background:Lavender;
}
/*.styleBG1 {background:DeepSkyBlue} */
.styleBG1 {background:lightblue}
.styleBG2 {background:Navy}
/* Pale yellow */
.styleBG3 {background:FFFF66}

/* indigo */
.style031 {color: indigo; font-size: small; font-style:italic;}
.style081a {color: indigo; font-size: small; font-weight:bold; background: FFFF66;}
.style081b {color: indigo; font-size: small; font-weight:italic; background: FFFF66;}
.style081g {color: indigo; font-size: small; font-weight:italic; background: gold;}
.style081s {color: indigo; font-size: small; font-weight:italic; background: silver;}
.style081br {color: indigo; font-size: small; font-weight:italic; background: darkorange;}
.style081sp {color: indigo; font-size: small; font-weight:italic; background: lime;}
.style091a {color: indigo; font-size: small; font-weight:bold; background: lightblue;}
.style091b {color: indigo; font-size: small; font-weight:italic; background: lightblue;}

.style101 {color: indigo; font-size: medium;}
.style101a {color: indigo; font-size: medium; background: mintcream;}
.style101b {color: indigo; font-size: medium; background: lightblue;}
.style111 {color: indigo; font-size: medium; font-weight: bold;}
.style121 {color: indigo; font-size: medium; font-style: italic; }

.style102 {color: indigo; font-size: large}
.style112 {color: indigo; font-size: large; font-weight: bold;}
.style112a {color: indigo; font-size: large; font-weight: bold; background: lightblue;}
.style112b {color: white; font-size: large; font-weight: bold; background: navy;}
.style112c {color: lightblue; font-size: large; font-weight: bold; background: navy;}
.style122 {color: indigo; font-size: large; font-weight: bold; font-style: italic; }

.style103 {color: indigo; font-size: x-large}
.style113 {color: indigo; font-size: x-large; font-weight: bold;}
.style113a {color: indigo; font-size: x-large; font-weight: bold; background: lightblue;}
.style113b {color: white; font-size: x-large; font-weight: bold; background: navy;}
.style113c {color: lightblue; font-size: x-large; font-weight: bold; background: navy;}
.style123 {color: indigo; font-size: x-large; font-weight: bold; font-style: italic; }

.style104 {color: indigo; font-size: xx-large}
.style114 {color: indigo; font-size: xx-large; font-weight: bold;  }
.style124 {color: indigo; font-size: xx-large; font-weight: bold; font-style: italic; }

.style44 {color: indigo; font-size: 36px; font-weight: bold;}

/* Light Blue */ 
.style211 {	color: #0000FF;	font-size: medium; font-weight: bold;}

/* Black */
.style311 {color: #000000; font-size: medium; font-weight: bold; }
.style331 {color: #000000; font-size: xx-small; font-style: italic;}

/* Red */
.style401 {color: #FF0000; font-size: small; font-weight: bold; }
.style411 {color: #FF0000; font-size: medium; font-weight: bold; }
.style413 {color: #FF0000; font-size: x-large; font-weight: bold;}

/* Red with Yellow Background*/
.style501 {color: #FF0000; font-size: small; font-weight: bold; background: FFFF66;}
.style511 {color: #FF0000; font-size: medium; font-weight: bold; background: FFFF66;}
.style531 {color: #FF0000; font-size: xx-small; font-style: italic; background: FFFF66;}
