	.thing {
		color: black;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 35;
	}
	
	body {
		font-family: sans-serif;
	}
	
	a {
		color: black;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 35;
	}
	
	.small_a {
		color: black;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 16;
	}

.read_more {
		color: #7979ff;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 13;
		target-name:new;
		target-new:tab;
	}

        .title_a {
		color: black;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 18;
	}

        .sm_title_a {
		color: black;
		font-family: sans-serif;
		text-decoration: none;
		font-size: 18;
	}
	
	p { 
		font-family: sans-serif;
	}
	
	h1, h2, h3, h4, h5 {
		font-family: sans-serif;
	}
	
	.main_nav {
		font-size: 23 !important;
		font-weight: bold;
	}
	
	.main_nav_active {
		font-size: 23 !important;
		text-decoration: underline;
    	font-weight: bold;
	}
	
	table, th, tr, td {
		border-collapse: collapse; 
		border: 1px solid black;
		padding: 5px;
	}
	
	iframe[seamless] {
		width: 100%;
		border: 0;		
		height: auto;
		outline: none;
		display: block;
	}