/* Tag-specific */
HTML{
    font-size: 100%;
}

body{
    /* The default font size will be 10 pixels with the default web browser font size setting*/
    font: 0.895em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, select, textarea{
    font-size: 100%;
    letter-spacing: 2px;

}

h1{
    /* This font will be 20 pixels with the default web browser font size setting */
    font: 2em/1em  Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

h2{
    /* This font will be 15 pixels with the default web browser font size setting */
    font: 1.5em/1em Arial, Helvetica, sans-serif;
    text-align: center;
}

h3{
    /* This font will be 12 pixels with the default web browser font size setting */
    font: bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

h5{
    /* This font will be 8 pixels with the default web browser font size setting */
    font: bold .85em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}




/* main elements */

html,
	body {
		
                                margin:0;
		padding:0;
		color:#000;
		background:#ffffff;
	}
	body {
		padding:20px;
		
	}

/*<![CDATA[*/

div.figure {
  float: right;
  width: 45%;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
  position: relative; 
}
div.figure p {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
/*]]>*/



/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 55%; margin: 1em auto; }



/* link colors */

            A:link {color:blue;}
            A:visited {color:purple;}
            A:hover {color:red;}
            A:active {color:magenta;}
















