* {
	margin: 0;
	padding: 0;

}

body {
	background : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom: 0;
		text-align: left;

}

/* ALL BODY TEXT */

table#storytext {
		text-align: left;
}

table#storytext h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	}

table#storytext h3 {
	color: #F83B80;
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: 0;
}

table#storytext a {
	color: #F83B80;
	text-decoration: none;
}

table#storytext a:link, table#screenshots a:visited {
	color: #F83B80;
	text-decoration: none;
}

table#storytext a:hover, table#screenshots a:active {
	color: #F83B80;
	text-decoration: underline;
}

table#storytext p {
	font-size: 12px;
    margin-top: 6px;
	margin-bottom: 6px;
}


/* PORTFOLIO */

table#screenshots {
		text-align: left;
}

table#screenshots h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	}

table#screenshots h3 {
	color: #F83B80;
	font-size: 14px;
}

table#screenshots a {
	color: #F83B80;
	text-decoration: none;
}

table#screenshots a:link, table#screenshots a:visited {
	color: #F83B80;
	text-decoration: none;
}

table#screenshots a:hover, table#screenshots a:active {
	color: #F83B80;
	text-decoration: underline;
}

table#screenshots p {
	font-size: 12px;
}

table#screenshots img {
	margin-right: 0.75em;
	margin-bottom: 1em;
}


