/**
 * @file        default.css	<css/default.css>
 * @author      Igor M Osipov
 * @brief       Stylesheet file for "Ded Moroz studio"'s site
 * @copyright   © 2008, Igor M Osipov
 */

html
{
    /*height   : 100%;
    overflow : hidden;*/
}
 
body
{
     /*height           : 100%;*/
     margin           : 0;
     padding          : 0;
     background-color : #FFFFFF;
	 text-align:center;
}
 
#dmcontent
{
     height : 100%;
}

#dmcontent p
{
	font-family:"Times New Roman", Times, serif;
	color       : #006699;
	font-size   : 14px;
	font-weight : bold;
}

#dmcontent p a:link, #dmcontent p a:visited, #dmcontent p a:active
{
	color           : #CC3333;
	text-decoration : none;
}

#dmcontent p a:hover
{
	color           : #CC3333;
	text-decoration : underline;
}