body {
     font-family: times, serif, cursive;
     font-size: 10pt;
     color : #300030;
     background: ivory;
     background-image: url(grid.jpg);
     }
P {
  }

.menu_item { 
    border: 1px none;
}
.menu_item:hover { 
    border: 1px solid #16f9ea;

}

.translucent_title {
    background-image: url(http://it.geocities.com/images/yellow-transparent.png);
    background-repeat: repeat;
    margin:0%;
    padding: 0%;
    border: 1px solid yellow;
   }

.page_background {
    background-color:  #AECAB1;
    background-image: url(img/federico.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
  }

.clean_page_background {
    background-color:  #AECAB1;
  }

.quote {
  color: navy;
  font-style: oblique;
  font-size: 16pt;
  }

.title {
    background: #fdffe6;
    margin:0%;
    padding: 0%;
    border: 1px solid yellow;
   }

.notice {
    background: #fdffe6;
    padding: 1px;
    border: 1px solid red;
    text-align: center;
   }

.inform {
    background: #fde6ff;
    padding: 1px;
    border: 1px solid black;
    text-align: center;
   }

.xml-example-table {
    width: 100%;
   }

.xml-example-cell {
    border: 3px double black;
    vertical-align: top;
	font-family: fixed
   }

.xml-example-cell-pre {
	font-family: fixed
   }

.xml-example-img {
    border: 3px double black;
	font-family: fixed
   }

.xml-pre {
    font-style: italic;
   }

.xml-example-title {
    background: white;
    color: navy;
    margin: 1px;
    border: 1px solid black;
   }

.about {
    background: #fde6ff;
    padding: 1px;
    border: 1px solid black;
   }

.updates {
    border: 3px double black;
    padding: 1px;
   }

.limericks {
    border: 3px double black;
    padding: 1px;
   }

.image_border {
    width: 99%;
    border: 2px double black;
	margin: 1px;
	padding: 1px;
   }

.highlight {
    background: yellow;
		color: navy;
   }

H1 {
   font-family: san-serif;
   font-size: 20pt;
   color: maroon;
   text-align: center;
   }

H2 {
   font-family: san-serif;
   font-size: 14pt;
   color: navy;
   text-align: left;
   }

H3 {
   font-family: serif, cursive;
   font-style: bold;
   color: green;
   text-align: left;
   }

H4 {
   font-family: serif, cursive;
   font-style: bold;
   color: green;
   }

H6 {
     font-family: times, serif, cursive;
     color: navy;
     text-align: center;
}

EM { font-style: italic }

STRONG { font-style: bold }

.SMALL { font-size: 60% }

.standard-list    { list-style-type: decimal }
.lower-alpha-list { list-style-type: lower-alpha }
.upper-alpha-list { list-style-type: upper-alpha }
.lower-roman-list { list-style-type: lower-roman }
.upper-roman-list { list-style-type: upper-roman }


.blue {
    background: #66ccff;
}

.example-element-name {
   background: silver;
   color: navy;
   font-family: courier, monospace;
	}

.example-element-code {
   background: #9c9c9c;
   color: navy;
   font-family: courier, monospace;
	}

.schema-element-name {
   background: gold;
   color: navy;
   font-family: courier, monospace;
	}

.schema-element-attrib {
   background: yellow;
   color: navy;
   font-family: courier, monospace;
	}

.schema-element-code {
   background: aqua;
   color: navy;
   font-family: courier, monospace;
	}

.code {
   background: #d4dbd5;
   color: black;
   font-family: courier, monospace;
	}

A.blue_text:link {color: #66ccff}
A.blue_text:active {color: #66ccff}
A.blue_text:visited {color: #66ccff}


A:link {color: blue}
A:active {color: lime}
A:visited {color: navy}

.right {
    float: right;
    }

.left {
    float: left;
    }

.my-logo {
    height: 300px;
    width: auto;
    float: left;
    }

div.menu {
	background: #216225; 
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	display: block;
	padding: 0px 0px 0px 0px;
	position: absolute; 
	overflow: hidden;
	border-style: ridge;
	border-width: 1px;
	width: 170px;
	height: auto;
	top: 200px;
	left: 15px;
}	

.larger {
	font-size: 150%
}

.musings {
#	background: #669966;
    background-image: url(http://it.geocities.com/images/green-transparent.png);
    background-repeat: repeat;
	padding: 0px 5px 0px 5px;
}	

.textbox {
        border: none;
#    background-image: url(http://it.geocities.com/images/green-transparent.png);
#    background-repeat: repeat;
#        color: white;
        padding: 0px 5px 0px 5px;
}

div.briefresultdiv { 
  width: 250px;
  text-align: center;
  float: left;
  padding: 2em 0em;
}
