#news {	max-width: 100px;
		}

#corner {	width:35px;
			height:35px;
		}

#hor {	height:35px;
		background-repeat:repeat-x;
	}

#vert {	width:35px;
		background-repeat:repeat-y;
		}
		
#news_cont {	padding:10px;
			}

#news_title {	font:"Courier New", Courier, mono;
				font-weight:bold;
				font-size:medium;
				color:#FFFFFF;
				text-align:left
			}
			
#news_text {	font:"Courier New", Courier, mono;
				font-weight:normal;
				font-size:medium;
				color:#FFFFFF;
				text-align:left
			}
			
#insert_title	{	width:50%;
				}
				
#insert_text	{
	width:50%;
	height:250px;
	word-spacing: normal;
	display: table-caption;
				}