/*This will remove the automatically added padding to your document.*/
body {
font-family: times;
font-size: 12pt;
padding: 0;
margin: 0;
line-height: 130%;
background-color: rgba(222, 222, 222, 1);
/*color: grey;*/
}
p {
font-size: 8pt;
padding: 0;
margin-bottom: -5;
line-height: 120%;
}
/*
br.set {
font-size: 12pt;
padding: 0;
margin-bottom: -5;
line-height: 120%;
}
*/
p.set {
font-size: 12pt;
padding: 0;
margin: 0;
margin-bottom: 10;
line-height: 120%;
}
em.eman {
text-align: justify;
/*background-color: red;*/
}
table.on {
padding-top: 70px;
padding-left: 15px;
padding-right: 15px;
/*background-color: red;*/
}
table.oni {
padding-left: 15px;
padding-right: 15px;
/*background-color: red;*/
}
#navigation {
position: fixed;
top: 0;
width: 100%;
color: #CC0000;
height: 35px;
text-align: center;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(173, 216, 230, 0.95);
color: rgba(1, 1, 1, 1);
}
#navigation a {
font-size: 14pt;
padding-left: 15px;
padding-right: 15px;
color: white;
text-decoration: none;
}
#navigation a:hover {
color: yellow;
}
/* Left Floater */
#navigation2 {
border-radius: 10px;
position: fixed;
top: 70;
left: 10;
width: 230px;
color: #CC0000;
height: 540px;
font-size: 10pt;
padding-left: 10px;
text-align: left;
line-height: 100%;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(204, 1, 1, 0.2);
color: rgba(1, 1, 1, 1);
}
#navigation2 a {
font-size: 12pt;
text-align: left;
padding-left: 0px;
padding-right: 15px;
color: white;
text-decoration: none;
line-height: 100%;
}
#navigation2 a.two {
font-size: 12pt;
text-align: left;
padding-left: 0px;
padding-right: 15px;
color: white;
text-decoration: none;
line-height: 100%;
}
#navigation2 a:hover {
color: yellow;
}
/* Right Floater fixed */
#navigation3a {
border-radius: 10px;
position: fixed;
/*static
relative
fixed
absolute*/
z-index: -1;
top: 70;
right: 10;
width: 230px;
color: #CC0000;
height: 510px;
font-size: 10pt;
padding-left: 10px;
padding-right: 5px;
text-align: left;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(204, 1, 1, 0.2);
color: rgba(1, 1, 1, 1);
}
/* Right Floater move 1 */
#navigation3b {
border-radius: 10px;
position: absolute;
/*static
relative
fixed
absolute*/
z-index: -1;
top: 70;
right: 10;
width: 230px;
color: #CC0000;
height: 1100px;
font-size: 10pt;
padding-left: 10px;
padding-right: 5px;
text-align: left;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(204, 1, 1, 0.2);
color: rgba(1, 1, 1, 1);
}
#navigation3 a {
font-size: 12pt;
text-align: left;
padding-left: 0px;
padding-right: 15px;
color: white;
text-decoration: none;
}
#navigation3 a:hover {
color: yellow;
}