/* 	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: 						#189CE5;
	MAGENTA: 					#EC008C;
	GREEN: 						#5AC000;
	-----------------------------------
	TAILS HQ Colour defs
	RED:						#9F144C;
	GREEN: 						#54A70F;
	YELLOW:						#FFF9E5;
	-----------------------------------
	
*/

/* 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: #EC008C;
		cursor: pointer;
		text-decoration: none;
	}
		a:hover {
			text-decoration: underline;
		}
	
	
	
	

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: 20px;
}
caption {
	text-align: left;
}
