/* ------------------------------------------------------------
  Default Cascading Style Sheet for the Giak Tutorial
  (http://www.nevada.edu/~blakej1/study/tutorial/style/default.css)

  Desert Lynx's Lone Wolf Oasis
  http://www.nevada.edu/~blakej1/

  Copyright (c) 1998 Jonathan Blake
------------------------------------------------------------ */

body {
	color: black;
	background-color: rgb(252,233,208); /* Beige */
	backgroung-image: url(http://www.nevada.edu/~blakej1/images/parch.jgp);
}

a:link { color: rgb(0,128,0) }     /* Green */
a:active { color: rgb(255,0,0) }   /* Red */
a:visited { color: rgb(0,64,0) }   /* Dark Green */

p, table, ol, ul, dt {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/* ----------------- Context Sensitive Rules ---------------- */

a.external:link { color: rgb(255,128,0) }    /* Orange */
a.external:active { color: rgb(255,0,0) }
a.external:visited { color: rgb(128,64,0) }  /* Ruddy */

.external a:link { color: rgb(255,128,0) }
.external a:active { color: rgb(255,0,0) }
.external a:visited { color: rgb(128,64,0) }

a.internal:link { color: rgb(0,128,0) }
a.internal:active { color: rgb(255,0,0) }
a.internal:visited { color: rgb(0,64,0) }

table.navigation a { text-decoration: none }

.proposed {
	border: solid rgb(255,128,0);
}

.proposed p {
	margin-left: 24pt;
	margin-right: 24pt;
}

ol.upperroman { list-style-type: upper-roman }
ol.lowerroman { list-style-type: lower-roman }
ol.upperalpha { list-style-type: upper-alpha }
