﻿
/* Base styling with html elements 
--------------------------------- */

/* -- apply to all elements - for debug purpose
* {border-style: solid; border-width: 1px; border-color: lime; display:block !important;}
/* -- */

*
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
}

input, select
{
}

body
{
	margin: 0px;
    background-color: #ffffff;
}

a { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #429229; }



/*p {padding: 0px;margin:0px;}	USING shift enter*/
h1, h2, h3, h4, h5, h6 {color: #333333; margin: 2px 0px 4px 0px;}
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

img 
{	border:0;
/*	*margin-bottom: expression("-3px"); IE hack to remove whitespace after image*/
}