/* Information
	Design Name: Fluffy Green
	Author: EverGlade WebWorks, 2010-2011.
	Copyright: EverGlade Group, 2010-2011.

	Filename: General.css	
	Filesize: 1,01kB

	Created: 31/01-10
	Modified: 04/04-11
*/

/*General*/
* { padding: 0; margin: 0; }
body {
	font-family: sans-serif, lucida, sans, helvetica, arial, georgia;
	font-size: 90%;
	color: #000;
	background: transparent url('/common/img/general/background.png') repeat;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 120%; }
h4 { font-size: 115%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }
p { font-size: 90%; font-family: times, sans, sans-serif; }
a { text-decoration: none; }
a:link { color: #00cc00; }
a:visited { color: #99cc99; }
a:hover { color: #333; text-decoration: underline; }
a:active {
	color: #000; 
	outline: none; 
	position: relative; 
	top: 1px; 
}
a:focus { color: #000; outline: none; }
table { font-size: 90%; }
abbr {
	cursor: default;
	border-bottom: 1px dotted #33ee00;
}
/*End General*/
