/* body style */

body {background:black; color:silver; font-family:"Helvetica", sans-serif;}

/* links */

a:visited {color:#CC6633;}

a:link {color:#FF6633;}

/* Default for images - no borders */

img {border-style:none; border-width:0px 0px 0px 0px;}

/* h1 - used on home page only */

h1.titlepage {font-size:400%; margin-left:10%;}

/* linkslist style - used for pages which are primariy lists of links */

.linkslist {margin-left:10%; margin-top:3%; width:60%}

/* notices and styles - used for copyright notice and notes */

.notices {margin-left:10%; margin-top:3%; font-style:italic;
	font-size:xx-small; width:50%}

.photonotices {margin-top:3%; font-style:italic; font-size:xx-small; width:50%}

.notes {margin-top:3%; font-size:x-small}

/* Styles for W3C and other logos */	
	
.logos {margin-right:30px;}

.tinylogos {margin-right:30px; width:60px}
	
/* Style for pages with big text blocks and floating pix */
	
.lotsatext {margin-left:10%; width:60%}

/* Style for narrative pages */

.narrativetext {margin-left:10%; width:60%;}

.narrativebreak {clear:both;}

.narrativehorizpic {width:30%; float:left; margin-top:1%; margin-right:10px;}

.narrativevertpic {width:20%; float:left; margin-top:1%; margin-right:10px;}
	
/* Styles for photo pages */	
	
.horizphoto {margin-left:30px; width:340px; margin-right:30px; margin-top:30px;}

.vertphoto {margin-left:80px; width:240px; margin-right:80px; margin-top:30px;}

.narrowvertphoto {margin-left:140px; width:120px; margin-right:140px; margin-top:30px;}

.widephoto {margin-left:30px; width:740px; margin-top:30px;}

.caption {vertical-align:top;}

.widecaption {vertical-align:top;}
	
.captiontext {margin-left:30px; width:340px; margin-right:30px; 
	text-align:justify;}
	
.widecaptiontext {margin-left:30px; width:740px; text-align:justify;}
	
.photopagetoptext {margin-left:30px; width:500px;}

/* Style for code examples */

.code1 {font-family:monospace; font-size:small;}
.code2 {font-family:monospace; font-size:small; margin-left:2em;}
.code3 {font-family:monospace; font-size:small; margin-left:4em;}
.code4 {font-family:monospace; font-size:small; margin-left:6em;}

