

/*This is a simple blog-style website for a writer.



The site is built with tables. Styles are applied to table elements.*/

body    { margin: 0; padding: 0  }
/*<agl.folder "Navigation_Elements" "This folder contains menu tags.">*/

	.menu_item { color: #fff; font-size: 12px; font-family: sans-serif; font-weight: 700; text-decoration: none; position: relative }

	

	a:link { color: #fff; font-size: 12px; font-family: sans-serif; font-weight: 700; text-decoration: none;}

	

	a:visited { color: #fff; font-size: 12px; font-family: sans-serif; font-weight: 700; text-decoration: none;}

	

	a:hover { color: #000; font-size: 12px; font-family: sans-serif; font-weight: 700; text-decoration: none;}

	

	a:active { color: #fff; font-size: 12px; font-family: sans-serif; font-weight: 700; text-decoration: none;}
/*</agl.folder>*/
@font-face{ font-family: "Comic Sans MS"; font-size: 6pt; }
p { color: #f4f71e; font-size: 10pt; font-family: "Comic Sans MS"; }
h3 { color: #f4f71e; font-size: 16pt; font-family: "Comic Sans MS"; font-weight: bold; margin: 1em 0; }
