/*************************************************************
*                                                            *
*  dd.css: style declarations for D&D Sound Control web site *
*  called as http://www.ddsoundcontrol.com/css/dd.css        *
*                                                            *
*************************************************************/

/*** Display type declarations ***/

body, div, form, h1, h2, h3, object, p, ul
{
    display: block;
}

li
{
    display: list-item;
}

head
{
    display: none;
}

table
{
    display: table;
}

tr
{
    display: table-row;
}

td
{
    display: table-cell;
}

/*** End display type declarations ***/

/*** Standard class declarations ***/

body
{
    background-color: white;
}

table
{
    background-color: white;
}

p
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
    color: black;
    font-size: 10pt;
    line-height: 11pt;
	margin-right: 4px;
}

h1
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	font-weight: bold;
    color: #0000B4;
    font-size: 14pt;
	margin-right: 4px;
}

h2
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	font-weight: bold;
    color: #0000B4;
    font-size: 12pt;
	margin-right: 4px;
}

h3
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	font-weight: bold;
    color: #0000B4;
    font-size: 10pt;
	margin-right: 4px;
}

ul
{
    list-style-type: none;
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	color: black;
    font-size: 9pt;
	margin-right: 4px;
	margin-top: 0px;
}

a
{
    color: #0000B4;
	text-decoration: underline;
}

a:link
{
    color: #0000B4;
}

a:visited
{
    color: #0000B4;
}

a:hover
{
    color: #8080B4;
}

/*** End standard class declarations ***/

/*** Special class declarations ***/

.footer
{
    font-size: 8pt;
}

.links
{
    margin-top: 24px;
	margin-left: 8px;
}

a.right
{
    color: white;
	font-size: 9pt;
}

a.right:link
{
    color: white;
}

a.right:visited
{
    color: white;
}

a.right:hover
{
    color: yellow;
}

.todo
{
    font-family: courier, serif;
	color: rgb(204, 0, 0);
	font-weight: bold;
}

.smalltext
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	font-weight: normal;
    color: #000000;
    font-size: 9pt;
}

.smalltextbold
{
    font-family: Helvetica, Verdana, Tahoma, Chicago, sans-serif;
	font-weight: bold;
    color: #000000;
    font-size: 9pt;
}

/*** End special class declarations ***/
