/*** Lets See website style sheet **/

html,body{margin:0;padding:0}

body{font-family: verdana, arial, helvetica, sans-serif;
     font-weight: normal;
     /* IE has a different take on the word small than other browsers do*/
     font-size:    x-small;      
     /* false value for WinIE4/5 */
     voice-family: "\"}\"";   
     /* trick WinIE4/5 into thinking rule is over */
     voice-family: inherit;   
     /* recover from trick */
     font-size:    small
     /* intended value for better browsers */}

h1{  color: #8B008B;
     /* IE has a different take on the word small than other browsers do*/
     font-size:    large;      
     /* false value for WinIE4/5 */
     voice-family: "\"}\"";   
     /* trick WinIE4/5 into thinking rule is over */
     voice-family: inherit;   
     /* recover from trick */
     font-size:    x-large
     /* intended value for better browsers */}


h2{  color: #8B008B;
     /* IE has a different take on the word small than other browsers do*/
     font-size:    medium;      
     /* false value for WinIE4/5 */
     voice-family: "\"}\"";   
     /* trick WinIE4/5 into thinking rule is over */
     voice-family: inherit;   
     /* recover from trick */
     font-size:    large
     /* intended value for better browsers */}

h3{
     /* IE has a different take on the word small than other browsers do*/
     font-size:    small;      
     /* false value for WinIE4/5 */
     voice-family: "\"}\"";   
     /* trick WinIE4/5 into thinking rule is over */
     voice-family: inherit;   
     /* recover from trick */
     font-size:    medium
     /* intended value for better browsers */}

h4, h6{
     /* IE has a different take on the word small than other browsers do*/
     font-size:    small;      
     /* false value for WinIE4/5 */
     voice-family: "\"}\"";   
     /* trick WinIE4/5 into thinking rule is over */
     voice-family: inherit;   
     /* recover from trick */
     font-size:    medium
     /* intended value for better browsers */}

p{margin:10px 5px 10px} 

/* p{margin:10px 15px 10px} */

ol{margin-left:50px; margin-top:10px}
ul{margin-left:50px; margin-top:0px}

a:link{display:block;color: #0047AB;padding:10px} 
a:visited{display:block;color: #4B0082;padding:10px} 

dt{font-weight:bold}

.monocode{font-family:monospace; font-weight:bold; font-size:medium}

.emphasis{font-weight:bold}

.slope{font-style:italic}

.menu{font-family: verdana, arial, sans-serif}

.recipeintro{font-size:small}

/* settings for photo pages */

.photobackground{background:#3c3c3c}
.phototext{color:#EEE}
.phototextnolink{color:#8B008B}

div#photoheader h1{height:72px;line-height:72px;margin:0;
   padding-left:80px;background: #3c3c3c;color: #EEE;
   font-size:x-large}

/* end of settings for photo pages */

div#header h1{height:82px;line-height:82px;margin:0;
   padding-left:10px;background: #CCFF99;color: #8B088B;
   font-size:xx-large}

div#content p{line-height:1.4}
div#navigation{background:#FFFFCC}
div#extra{background:#FFFF66}
div#footer{background:#FFFF99}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:right;width:100%;margin-right:-33%}
div#content{margin-right:33%}
div#navigation{float:left;width:32.9%}
div#extra{float:left;clear:left;width:32.9%}
div#footer{clear:both;width:100%}

div#sample{background:#eee9e9}
div#inlinesample{background:#eee9e9}
div#externalsample{background:#eee9e9}
div#fodder{background:#f5f5f5}
div#exercise{background:#f5f5f5}

