BODY {
    background: #000;
    color: #fff;}

a:link {
	letter-spacing: 1px;
	text-decoration: none;
	color: #aaa;
	font: normal bold 12px/1.3em Arial, Helvetica, sans-serif; }
a:visited {
	letter-spacing: 1px;
	text-decoration: none;
	color: #aaa;
	font: normal bold 12px/1.3em Arial, Helvetica, sans-serif; }
a:hover {
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	background: red;
	font: normal bold 12px/1.3em Arial, Helvetica, sans-serif; }
a:active {
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	background: red;
	font: normal bold 12px/1.3em Arial, Helvetica, sans-serif; }

a:hover img, a:active img {
	background: black;
}

img {
	border: 0px; }
.title {
	color: #fff;
	font: normal 24px/1.3em Arial Black;}

.subtitle {
	color: #aaa;
	font: normal 900 14px/1.3em Arial, Helvetica, sans-serif;}

.body {
	color: #fff;
	font-family: serif;
	font-variant: normal;
	font-weight: normal;
/*	font: normal bold 12px/1.3em Arial, Helvetica, sans-serif; */
}

.footer {
    color: #aaa;
    font: normal bold 16px/1.3em Helvetica, Arial; }

#google_wrapper {
    font-size: smaller;}

#google_wrapper h2 {
    margin: 0;
    text-align: center;}

#blog_wrapper {
    font-size: smaller;}

#blog_wrapper h2 {
    margin: 0;
    text-align: center;}

#delicious_wrapper {
    font-size: smaller;}

#delicious_wrapper h2 {
    margin: 0;
    text-align: center;}

div.feed_entry {
    background: #444;
    padding: 2px;
    margin: 5px 0;}

.feed_entry .entry_title {
    font-style: italic;}

.feed_entry .entry_meta {
    color: #eee;}

.feed_entry blockquote.entry_text {
    padding: 0;
    margin: 2px 0;}

.feed_entry .entry_text a {
}

.feed_entry .entry_text a:hover {
}

span.text_storage {
    display: none;}

select,input {font-size: 100%}

# Related to javascript display

/* JAVASCRIPT/PHP - intended to complement HTML color scheme */

.html .script , .html * .script {
    color: black ;
    }
.script .statement {
    color: blue ;
    }
.script .literal {
    color: purple ;
    }
.script .keyword {
    font-weight: bold ;
    }
.script .operator {
    font-weight: normal ;
    }
.script .operator , .script .declaration {
    color: maroon ;
    }
.script .regexp , .script .builtin {
    color: navy ;
    }
.php .global {
    color: maroon ;
    }

h2,h3 {
      color: #8298A1;
}

