/*Resetting the css accross browsers*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body 
{
						background-color:#fafdef;
						 font-family:arial;
                         font-size: 11px;
                         margin-left: 50px;
						 font-weight: normal; 
                          }
p {
                 		font-family:"Times New Roman", Times, serif; 
                         font-size: 15px;
                         margin-right: 30px;
						 font-weight: normal; 
                         color: #000000;
                         text-align:left;
                         line-height: 150%; 
                         padding: 10px;

					 }/* margin-bottom:10;
margin-top:10;       */
 p1 {
                 		 font-family:arial;
                         font-size:10px;
                         margin-left:50px;
						 font-weight: normal; 
					 }
p3 {
                 		 font-family:arial;
                         font-size:8px;
                         margin-left:50px;
}
p4 {
                 		 font-family:arial;
                         font-size:5px;
                         margin-left:50px;
}
h1 { 
font-family:  "Times New Roman", Times, serif;
font-size: 30px; 
font-style: italic;
font-weight: bold; 
color: #3333ff;
text-align:center; 
padding: 10px;
} 

h2 { 
font-family:  "Times New Roman", Times, serif;
font-size: 18px; 
font-style: normal;
font-weight: normal; 
color: #000000;
text-align:center;
padding: 10px;  

} 

h3 { 

font-family:  "Times New Roman", Times, serif;
font-size: 16px; 
font-style: italic;
font-weight: normal; 
color: #3333ff; 
text-align:left; 
padding: 0px;
} 



h4 { 

font-family: "Times New Roman", Times, serif; 
font-size: 12px; 
font-style: italic;
font-weight: normal; 
color: #3333ff; 
text-align:center;
padding: 10px;
} 



h5 { 

font-family: "Times New Roman", Times, serif; 
font-size: 8px; 
font-weight: bold; 
color: #3333ff; 
text-align:center;
padding: 10px;
} 

h6 { 

font-family: "Times New Roman", Times, serif; 
font-size: 6px; 
font-weight: bold; 
color: #000000; 
text-align:center;
} 

.subject_links{
	font-size: 1.5em;
	text-align:center;
    float:center;
    font-weight: bold;
}


a{text-decoration:none;
  border-bottom: dashed 1px #093;
  color: #2554C7C;
  font-weight: normal; 
  font-size: 1em;
  font-type: arial; 
}

ul { list-style-type:square;
	 font-size: 14px;
     font-weight: bold;
     text-align: left;
     color: blue; 
     margin-left:70px;
}
.circle{list-style-type:circle;
	font-size: 13px;
     color: blue;      
}
.disc{list-style-type:disc;
	font-size: 12px;  
}

.first-line {
				font-family:"Times New Roman", Times, serif;
				font-weight:bold;
				font-size:15px;
				colour:#ff6600;
                font-style: italic;
}

.center {text-align:center;
}


/* COPYRIGHT */
#copyright {
	padding: 5px;
	border-top: 0px dashed#000;
	background-color: #fafdef;
	font-weight: bold;
	color: #000000;
}
