/* 
 *  CSS for magaz 
 *       
 *   Programmer: Michael Iatrou
 *   Date: 2004-03-17
 *   Revision history:
 *            2004-03-06 Michael Iatrou
 *                    Initial release
 *            2004-03-17 Michael Iatrou
 *                    Code fine tuning
 */
   
body {
	font-size: medium;
    font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #E6F3FD;
	}

input, textarea, form, select {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: medium;
    }

p { 
    font-size: medium; 
    font-family: verdana, arial, helvetica, sans-serif;
   /* text-indent: 1em; */
    }

p.no-top-margin {
    margin-top: 0;
    }

h1, h2, h3, h4, h5 { 
    font-size: 125%; 
    font-family: verdana, arial, helvetica, sans-serif;
    }

a { 
    text-decoration: none; 
    font-family: verdana, arial, helvetica, sans-serif;
    }

a:link { color: #6d84a4; border-bottom: #6d84a4 dotted 1px; }
a:visited { color: #8d8d8d; border-bottom: #8f8f8f dotted 1px; }
a:active { background-color: #ffffaa; color: #0808cb; } 
a:hover { background-color: #ffffdd; color: #000000; border-bottom: #000000 dotted 1px; }
/* a:hover { background-color: #e6f0ff; color: #000000; border-bottom: #e6f0ff dotted 3px; } */

a.simple {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
	}

div.box { 
	border: solid; 
	border-width: thin;
    border-color: #95bfdf;  
	padding: 0.5em; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: medium;
/*
 *  width: 100% 
 *  This stays out until konqueror get fixed.
 *  Check this out http://bugs.kde.org/show_bug.cgi?id=57763
 */
	}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}


