/* standard-css sheet.  
 restructured 2011-01-06 as part of TTS version2 of my website*/

/*standard html5 style sheet; 2011-08-25.*/

/*Minimal reset */
* {outline: none; border:none}
body {margin:0; padding:0}

/*Tag styling in order of occurence on the page*/
body { }
h1, h2,h3 {font-family: "Bodoni MT", "Bookman Old Style", Times, serif;}
h1 { font-size:130%; font-weight:normal;}
p { font-family: Calibri, Verdana, Arial, sans-serif;}

/*Defined addressable standard section-s */
section#one {}
section#two {clear:both; font-style:italic;}


/*Miscellaneae:*/
.emph {font-family: Calibri; font-style: italic; font-weight:normal; background:aqua;}
a:link, a:hover {font-weight:bold;}
p#end { font-family: "Bodoni MT"; text-align:center; font-variant:small-caps; padding:1em;}

/*=======END=======*/