﻿/* Default CSS Stylesheet for Ashley Shepherd Photography Application */

body {
    background-color:black;
	color:black;
	font-family:  "Gill Sans MT", Calibri, "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size:small;
  	line-height:180%;
  	}

h1, h2, h3, h4, h5, h6, th, thead, tfoot
	{
    color: black;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	}
	
h1	{	
	font-size:x-large;
	}	
		
h2	{	
	font-size:large;
	}	
		
h3	{	
	font-size:medium;
	}	
		
h4	{	
	font-size:small;
	}	
		
h5	{	
	font-size:x-small;
	}	
		
h6	{	
	font-size:xx-small;
	}	
		
		
p {	padding-top:10px;
	text-indent:25px;
	}	
p.PlainP {	
	padding-top:0px;
	text-indent:0px;
	}	
		
thead, tfoot {	
	}	
		
TH	{	
	}	
	
TD {
	}
	
	
a:link		{color:#c50002;text-decoration:underline;}	
a:visited	{color:#94090d;text-decoration:underline;}	
a:active	{color:#94090d;text-decoration:none;}	
a:hover		{color:#94090d;text-decoration:underline;}
	
	
blockquote, pre	{	
	font-family: Arial, Helvetica, sans-serif;
	}	
	

ul li	{	
	list-style-type:square ;
	list-style-image:url(../Buttons/Pencil.png);  
	list-style-position:outside;
	left: 0em;
	padding-top:10px;
	}	

ul li li	{	
	list-style-type:disc;
	}	

ul li li li	{	
	list-style-type:circle;
	}	
	
ol li	{	
	list-style-type:decimal;
	}	

ol ol li	{	
	list-style-type:lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:lower-roman;
	}	

