/* november.css */
p.greyheader
{
    font-weight: bold;
	font-size:x-large;
	color:gray;
}

p.greyheader2
{
    font-weight: bold;
	font-size:large;
	color:gray;
}

p.greyheader3
{
    font-weight: bold;
	font-size:normal;
	color:gray;
}

.greyheader
{
    font-weight: bold;
	font-size:x-large;
	color:gray;
}

.greyheaderDist
{
    font-weight: bold;
	font-size:x-large;
	color:gray;
	margin-top:90px;
}

.greyheader2
{
    font-weight: bold;
	font-size:large;
	color:gray;
}

.greyheader3
{
    font-weight: bold;
	font-size:medium;
	color:gray;
}


.stdtext
{
	margin-left:10%;
}

.item
{
	margin-left:10%;
}

.gist
{
	margin-top:100px;
	font-size:small;
}