﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#storediv
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 650px;
	float: left;
	background-color:white;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-style: solid;
	border-width: thin;
}

#div1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 300px;
	float: left;
	background-color:white;
	height: 300px;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-style: solid;
	border-width: thin;
}

#div3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 500px;
	float: left;
	background-color:white;
	height: 1000px;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-style: solid;
	border-width: thin;
}

#div4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 275px;
	float: left;
	background-color:white;
	height: 1000px;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-style: solid;
	border-width: thin;
}

#div2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 300px;
	float: left;
	background-color:white;
	height: 300px;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-style: solid;
	border-width: thin;
}



h1
{ 
	color: blue;
	font-weight:bold;
	font-family: Arial;
	text-align:center;
	font-size: 20px;
}

h2
{ 
	color: black;
	font-weight:bold;
	font-family: Arial;
  	font-size: 14px;
	text-align: center;
}

h3
{
	color: black;
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
}


