/*
gmajna.net CSS stylesheet

author: webmaster@gmajna.net
*/

/* body default block */

body {
    padding: 8px;
    margin: 0;
    text-align: left;
    background: #000000;
    font-size: 90%;
    line-height: 120%;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    }

a:link {
	color: #0000aa; 
	text-decoration: none;
	}

a:visited {
	color: #000077; 
	text-decoration: none;
	}

a:hover {
	color: #0000ff;  
	text-decoration: none;
	}

h1 {
    font: 24px Verdana, Arial, Tahoma, sans-serif;
    margin: 0px 0px 24px 0px;
    font-weight: bold;
    color: #00ff00;
    }
