/* Cascade DTP V4 - Style Sheet */


.header {postion: absolute;
		top: 5px;
		left: 5px;
		height: auto;
		width: 100%;
		z-index: 3;		
		font-family: Arial, Helvetica, sans-serif;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: transparent;
    overflow: hidden}

.christiannews {position: relative;
    top: 0px;
    left: 10px;
    height: auto;
    width: 298px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: transparent;
    overflow: hidden}

.worldnews {position: absolute;
    top: 75px;
    left: 325px;
    height: auto;
    width: 298px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: transparent;
    overflow: hidden}

.google {position: absolute;
    top: 110;
		left: 650;
		height: auto;
		z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: transparent;
    overflow: hidden}
		
body {background-color: rgb(255,255,255)}

