Edit in JSFiddle

<body>
<p>This is text without cite effect.</p>
<cite>This is text with cite effect.</cite>
</body>
cite
{
font-family:comic sans ms;
color:blue;
font-size:20px;
}