/* P C D T R */
@import "php/css.php";
/* font-size in pts */

.new{
	font-family: BNFontBoy, carbon, Times, serif;
	font-size:35pt;
	/* background-color:#FFFFFF; */
	color:#000;
	margin:1em 0;
	text-align: left;
}
.new a{
	color:#E87830;
	text-decoration:none;
}
.new a:hover{
	color:#CC0000;
	text-decoration:none;
}

.newtitle{
        /* font-family: 2007_iannnnnVCD, Times, serif; */
	font-family: 2005_iannnnnDVD,serif, Times; 
        font-size:45pt;
	/* font-weight: bolder; */
        /* background-color:#FFFFFF; */
        color:#B4C24B;
        /* margin:1em 0; */
        text-align: left;
}
.newtitle a{
        color:#B4C24B;
        text-decoration:none;
}
.newtitle a:hover{
        color:#58BBEB;
        text-decoration:none;
}

.newmenu{
        font-family: 2007_iannnnnVCD, Times, serif;
        font-size:25pt;
        /* font-weight: bolder; */
        /* background-color:#FFFFFF; */
        /* color:#B4C24B; */
        /* margin:1em 0; */
        text-align: left;
}
.newmenu a{
        color:#579;
        text-decoration:none;
}
.newmenu a:hover{
        color:#CC0000;
        text-decoration:none;
}

.newquote{
        font-family: 2005_iannnnnJPG, Times, serif;
        font-size:17pt;
        /* font-weight: bolder; */
        /* background-color:#FFFFFF; */
        /* color:#B4C24B; */
        /* margin:1em 0; */
        text-align: left;
}
.newquote a{
        color:#579;
        text-decoration:none;
}
.newquote a:hover{
        color:#CC0000;
        text-decoration:none;
}

