/* main stylesheet for blacksheep-photography.co.uk         ---------------*/



body
{
    color: #fffafa;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #000;
    font-size: x-small;
}

table
{
    font-size: x-small;
}
a
{
    color: #fff;
    text-decoration: none;
}
a:visited
{
    color: #fff;
    text-decoration: none;
}
a:hover
{
    color: #fffafa;
    text-decoration: underline;
}

td.MenuCell
{
    border-top: #fffafa thin dashed;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
table.MenuTable
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
td.ContentCell
{
    border-right: #fffafa thin solid;
    border-top: #fffafa thin solid;
    border-left: #fffafa thin solid;
    border-bottom: #fffafa thin solid;
    
}
td.TextCell
{
	text-align: justify;
}

.texta {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-family: Verdana, Arial, Sans-Serif;
}