@import url("SharedStyles.css");

body { color: #fff; font-family: arial; background-color: black; }


.HEAD_LINE1 {
				text-align: center;	
				font-size: 35px;
				font-weight: bold; 
				text-decoration: none;
				text-transform: capitalize;
			}	

.HEAD_LINE2 {
				font-family: arial;
				font-size: 26px;
				font-weight: bold;
				text-decoration: none;
				text-transform: capitalize;
			}

.HEAD_LINE3 {
				font-family: arial;
				font-size: 30px;
				font-weight: bold;
				text-decoration: none;
				text-transform: capitalize;
			}

.DESCRIPTION_BOLD { font-weight: bold; }


.DESCRIPTION_HIGH_LITE_A {
					color: #d00000;
					font-weight: bold;
			 }
			 
.DESCRIPTION_HIGH_LITE_B {
							color: #00f;
							font-weight: bold;
						}
