
/**umb_name:Header 1*/
h1.milkstyle {
    font-size:2rem;
    font-weight:bold;
}

/**umb_name:Header 2*/
h2.milkstyle {
	font-size:1.75rem;
	font-weight:bold;
}

/**umb_name:Header 3*/
h3.milkstyle {
    font-size:1.5rem;
    font-weight:bold;
}

/**umb_name:Title*/
.milk-title {
    font-family: "Century Gothic";
    font-size: 18pt;
    font-weight: bold;
}

/**umb_name:Details*/
.milk-details {
    font-family: "Century Gothic";
    font-size: 14pt;
}


/**umb_name:Hyperlink*/
.milk-link {
    font-family: "Century Gothic";
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
}

/**umb_name:Red*/
.red {
    color:red;
}

/**umb_name:Black*/
.black {
    color: black;
}

/**umb_name:White*/
.white {
    color: white;
}

/**umb_name:Test*/
.Test{font-family: "Comic Sans MS";
font-size: 20pt;
}

/**umb_name:Test 2*/
.Test2{font-family: "Franklin Gothic Book";
font-size: 18pt;
}

/**umb_name:Test 3*/
.Test3{font-family: "Helvetica";
font-size: 18pt;

}

/**umb_name:Normal*/
.milk-normal{
	font-family: "Century Gothic";
	font-size: 11pt;
	
}

/**umb_name:Small*/
.milk-small{
	font-family: "Century Gothic";
	font-size: 9pt;
	
}
