div.header 	{	

			color: white;
			text-align:center;
			font-size: xx-large;
			width:100%;
			margin-right:0px;
			margin-left:0px;
			margin-top:20px;
			margin-bottom:10px;
		}
div.header2 	{	

			color: white;
			text-align:center;
			font-size: medium;
			width:100%;
			margin-right:0px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:20px;
		}
div.sectionHeader 	{
			color: #ffba01;
			text-align:center;
			font-size: x-large;
			width :100%;
			margin-right:0px;
			margin-left:0px;
			margin-top:20px;
			margin-bottom:20px;
			}
span.copyright 	{
				color:#ffba01;
				font:12px;
				
		}
table.layout 	{
			margin-right:5%; margin-left:5%; width:90%; border:none; table-layout: fixed;
		}
	
td.layout 	{
			padding-right:10px; padding-left:10px; width:50%; border:none; valign:top;
			padding-top:0px; align:top;vertical-align: top; 
		}

div.layout 	{
			margin-right:5%; margin-left:10%;border:none		
		}
	
div.box 	{
			padding-right:10px; padding-left:10px; width:44%; border:none; valign:top;
			padding-top:0px; align:center;vertical-align: top; display:inline; float:left;
		}
div.item        {
                        font-size:large;
                }
body 		{
			background-image:
			url('../images/background.jpg')
		}


a:link		{
			font-size: large;
			text-transform: none;
			color:white	
		}
a:visited	{
			font-size: large;
			text-transform: none;
			color:white
		}
a:hover		{
			font-size: large;
			text-transform: uppercase;	
			color:lightGrey
		}
a.inline:link		{
                        font-size: medium;
			text-transform: none;
			color:white	
		}
a.inline:visited	{
font-size: medium;
			text-transform: none;
			color:white
		}
a.inline:hover		{
font-size: medium;
			text-transform: uppercase;	
			color:lightGrey
}
p		{
			color:white
		}
.product 	{
			padding:10px; border:thin solid #ffca11; table-layout: auto; color:white; text-align:center
			
		}

th.product 	{
			padding:10px; border:thin solid #ffca11; table-layout: auto; color:white; text-align:center;
			color: #ffba01;
			
		}

td.productHeader {
			padding:10px; border:thin solid #ffca11; table-layout: auto; color:white; text-align:center;
			color: #ffba01; font-size:large; background:black
			
		}
			
ul		{
			list-style-image: url('../images/card.png');			
		}
li		{
			margin-top:10px;
                        color: #ffffff;
		}
img.logo	{
	
			margin:40px;
		}
sup 		{
			font-size:small;
		}