/* 	Angryamoeba BASE CSS
	
	This stylesheet is shared between the angryamoeba sites and defines the default styles
	for major document elements.
	
	-----------------------------------
	ANGRYAMOEBA Colour defs (copy and paste is fun)	
	CYAN: 						#1793C2;
	MAGENTA: 					#EC008C;
	GREEN: 						#5AC000;
	-----------------------------------	
*/

/* Default text and document styles */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
	a {
		color: #1793C2;
		cursor: pointer;
	}
	
	h3 {
			color: #55be00;
			font-size: 24px;
			line-height: 29px;
			font-weight: lighter;
	}
	h3 a {
			color: #55be00;
	}	
	

abbr {
	border-bottom: 1px dotted #AAA;
}
blockquote {
	border-left: 2px solid #CCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset,img,p {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	border: none;
	background-color: white;
	margin-bottom: 10px;
}
caption {
	text-align: left;
}
