/* 
    Document   : default_style
    Created on : Aug 13, 2009, 11:07:11 PM
    Author     : Issa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    	font-family: Tahoma;
        font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c0e04e;

    vertical-align:top;
}
table {
    vertical-align:top;
    font-size: 10px;
}
a, a:hover, a:visited, a:active, a:link  {cursor:pointer; color:#blue}