/*
Author: Javed Ur Rehman
Website: http://www.allphptricks.com
*/
table.stripe {
  border-collapse: collapse;
  width: 100%;
  
}

 table.stripe th {
  text-align: left;
  padding: 8px;
  color: #000000;
}

 table.stripe td {
  text-align: left;
  padding: 6px;
  color: #000000;
}

table.stripe tr:nth-child(even) {background-color: #f2f2f2;}

table.norm {
  font-size: 16pt;
  font-weight: bold;
  background: #808080;
  font-family: arial;
  font-weight: bold;
  line-height: 22pt;
  color: #ffffff;
}

A.set1:link, A.set1:visited, A.set1:active, A.set1:hover { }
A.set1:link { color: black; background: none;}
A.set1:link  { text-decoration: none;}
A.set1:visited { text-decoration: none;}
A.set1:active {text-decoration: none;}
A.set1:HOVER { color: orange; background: none;}
A.set1:visited { color: black; background: none;}

A.set2:link, A.set2:visited, A.set2:active, A.set2:hover { }
A.set2:link { color: #bebebe; background: #808080;}
A.set2:link  { text-decoration: none;}
A.set2:visited { text-decoration: none;}
A.set2:active {text-decoration: none;}
A.set2:HOVER { color: orange; background: #808080;}
A.set2:visited { color: #bebebe; background: #808080;}

A.set3:link, A.set3:visited, A.set3:active, A.set3:hover { }
A.set3:link { color: red; background: none;}
A.set3:link  { text-decoration: none;}
A.set3:visited { text-decoration: none;}
A.set3:active {text-decoration: none;}
A.set3:HOVER { color: red; background: none;}
A.set3:visited { color: red; background: none;}

.onbody{}
.onbody A:LINK {}
.onbody A:VISITED {}
.onbody A:ACTIVE {}
BODY,P,TABLE,TD,TR {  font-size:  ;font-family: ;}
.forms{  font-family: ;  font-weight: bold; color: pink;  background-color: ;  font-size: <!-FONT_SIZE-->pt;}-->
<!--.buttons {  font-family: <!-FONT_FACE-->;  background-color: <!--GLOBAL::table_body_1_color-->;  font-size: 10pt;}-->

.top_header {
  font-size:  12pt;
  font-weight: bold;
  background:  #990000;
  font-family: arial;
  font-weight: bold;
  line-height: 25pt;
  color: #ffffff;

}
.header {
  font-size:  12pt;
  font-weight: bold;
  background:  #990000;
  font-family: arial;
  font-weight: bold;
  line-height: 25pt;
  color: #ffffff;
}

.header_menu {
  font-size:  13pt;
  font-weight: bold;
  background: white;
  font-family: arial;
  font-weight: bold;
  line-height: 25pt;
  color: black;
  margin: 250px 250px; 
}

.gridtext {
  font-size:  14pt;
  font-weight: bold;
  background: white;
  font-family: arial;
  font-weight: bold;
  line-height: 25pt;
  color: black;
}

.guide {
  font-size: 12pt;
  font-weight: light; 
  background: #f2f2f2;
  font-family: arial;
  line-height: 25pt;
  color: black;
  #margin: 0px 250px;
  
}

.page {
  font-size: 12pt;
  font-weight: bold; 
  background: white;
  font-family: arial;
  line-height: 20pt;
  color: black;
  text-align: center;  
}

.fpb {
  font-size:  20pt;
  font-weight: 400;
  background:  #ffffff;
  font-family: arial;
  color: #212f36;
}

.bgpict {
  font-size:  20pt;
  font-weight: 200;
  background-color: rgba(255, 0, 0, 0.3);
  font-family: arial;
  color: #ffffff;
}

.head_body {
  font-size:  20pt;
  font-weight: 400;
  background:  #ffffff;
  font-family: arial;
  color: #212f36;
}
.main_body {
  font-size:  11pt;
  font-weight: 400;
  background:  #ffffff;
  font-family: arial;
  color: #575555;
}

.guide_head {
  font-size:  20pt;
  font-weight: 400;
  background:  #ffffff;
  font-family: arial;
  color: #990000;
}

.guide_body {
  font-size:  12pt;
  font-weight: medium;
  background:  #ffffff;
  font-family: arial;
  line-height: 20pt;
  color: #000000;
}

.footer_gray {
  font-size: 14pt;
  font-weight: bold;
  background: #808080;
  font-family: arial;
  line-height: 30pt;
  color: #ffffff;
}

.imp {
  font-size: 10pt;
  font-weight: bold;
  background: #808080;
  font-family: arial;
  line-height: 16pt;
  color: #bebebe;
}

.footer {
  font-size:  12pt;
  font-weight: bold;
  background:  #990000;
  font-family: arial;
  font-weight: bold;
  line-height: 25pt;
  color: #ffffff;
}

.boxbody {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;
  background:  #FFFFFF color: #000000}

.large {
  font-size: 12pt;
  font-weight: bold;
}
.body1 { background: bgcolor pink ; }

<!-- hover drop down menu-->

dropbtn {
    background-color: #ffffff;
    color: #990000;
    padding: 16px;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

.dropdown-content a {
    color: #bebebe;
    font-size: 9pt;
    padding: 3px 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

body {font-family:Arial, Sans-Serif;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
a {color:#0067ab; text-decoration:none;}
a:hover {text-decoration:underline;}
.form{width: 700px; margin: 0 auto;}
input[type='text'], input[type='email'], input[type='password'], input[type='number'] {width: 200px; border-radius: 2px;border: 1px solid #CCC; padding: 10px; color: #333; font-size: 14px; margin-top: 10px;}
input[type='submit'], input[type='reset'] {padding: 10px 25px 8px; color: #fff; background-color: #0067ab; text-shadow: rgba(0,0,0,0.24) 0 1px 0; font-size: 16px; box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0; border: 1px solid #0164a5; border-radius: 2px; margin-top: 10px; cursor:pointer;}
input[type='submit']:hover {background-color: #024978;}
input[type='reset']:hover {background-color: #024978;}