
/***** style sheet for bcss.org.my web site *****/

body {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: #cccccc
  }
  
h1, h2, h3 {
	font-family:arial; 
	font-weight:bold
	}
	
A { text-decoration:none; color:#0000FF}
A:hover { color: #FF0000 }


/***** reduce font size of main text a tad *****/
p 	{	font-size: 80% }
li 	{	font-size: 80% }


/*** get rid of the gap between a list and the line above ***/
p.prelist { margin-bottom: 0 }
ul.nogap { margin-top: 0 }




/***** the main formatting table and table cells *****/
TD.mainHeader  { 
	font-size: 200%;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 1em }
	
/***** homepage header *****/
TD.homeHeader  { 
	font-family: arial, sans-serif;
	background-color: white;
	padding: 1em }

	
TD.mainText {
	background-color:#ffffff;
	padding: 3em;
	padding-top: 1em;
}

TD.feature {
	background-color:#ffff99;
	padding: 1em;
}


TD.smallPrint {
	background-color:#ffffff;
	padding: 0.5em;
	font-size: 70%;
}



/*** This is for data tables, ie. those not used for formatting purposes ***/
TABLE.data  {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;    /*** Don't use paragraphs or lists inside data tables! ***/
	text-align: center;
	padding: 0.05cm;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: #00ff00 }


div.box {
    background: #ffff99;
    padding: 0.5em;
    border: none;
}