YOU DO NOT NEED A CLOSE TAG /> at the end of a META TAG.
Also ... you put a META TAG inside the STYLE TAG, thats not going to work
here is what you want...
______________________________
<head>
<title>TITLE HERE</title>
<meta name="description" content="description here">
<meta name="keywords" content="keywords here">
<meta name="robots" content="index all, follow all">
<style type="text/css">
<!--
body{STYLE INFO HERE}
-->
</style>
</head>
BEST OF LUCK!