﻿
h1, h2, h3, h4, h5, h6
{
	color: #3366FF;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 23pt;
	font-weight: bold;
	font-family: 'times New Roman' , tahoma, Times, serif;
}
#ProdctDetailsTextContainer h1
{
	line-height:normal;
}
h2
{
	margin: 0.5em 0;
		font-size: 18pt;
	font-weight: normal;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Courier New (Arabic), Tahoma, Arial, Helvetica, sans-serif;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
p
{
	margin: 1em 0;
	line-height: 1.4;
}
a
{
	text-decoration: underline;
	/*--color: #F369B1;*/
	color: #7d7d7d;
}

a:hover
{
	color:White;
	text-decoration: none;
}

