

                /* Stylesheet for index.html - http://silver-arrows.cjb.net   */
                                 /* Samira Pandor 2002 */


a					{text-decoration: none;
					 color: yellow;
					 font-weight: bold;}

a:hover		{text-decoration: overline underline;
					 color: lime;}
	
a:visited	{color: yellow;}
	
a:visited:hover	{color: lime;}

body 			{background-image:none;
					 background-color: #000066;
					 font-family: verdana;
					 font-size: 1em;
					 color: lime;}

.bordered	{border-style: solid;
					 border-color: lightsteelblue;}

.blueback	{background-color: steelblue;
					 color: yellow;
					 font-weight: bold;
					 border-collapse: collapse;}
		
div a			{color: crimson;}

div a:hover	{color: pink}

div a:visited	{color: red}


.paleback	{background-image: none;
					 background-color: mintcream;
					 color: slategray;
					 font-size: 0.90em;
					 font-weight: bold;
					 border-style: ridge;
					 border-width: 5px;
					 border-color: steelblue;
					 padding-left: 1em;
					 padding-right: 1em;
		 			 height: 500px;
					 text-align: center;}

.pinky		{color: crimson;}

.pinky:hover{color: violet;}

.small		{font-family: verdana, sans-serif;
					 font-size: 0.7em;
					 color: yellow;}
		
.smalldark	{font-family: verdana, sans-serif;
					 font-size: 0.75em;
					 color: slategray;}
		
		
.smallgrey	{font-size: 0.8em;
					 color: lightsteelblue;}
