x
 
<html>
<head>
<title>CSS tutorial</title>
<style type="text/css">
body {
    font-family: "Times New Roman", Georgia, serif;
}
p {
    padding:1px 2px;
    border:1px solid gray;
}
p#p1, p#3, p#5, p#7, p#8 {
    border-bottom: none;
}
p#p2, p#4, p#6, p#8, p#10 {
    border-top: none;
}
p#p1 {
    font-family: Georgia, serif;
}
p#p2 {
    font-family: serif;
}
p#p3 {
    font-family: Verdana, sans-serif;
}
p#p4 {
    font-family: sans-serif;
}
p#p5 {
    font-family: Courier, monospace;
}
p#p6 {
    font-family: monospace;
}
p#p7 {
    font-family: Lucida Handwriting, cursive;
}
p#p8 {
    font-family: cursive;
}
p#p9 {
    font-family: Charcoal, fantasy;