﻿a.actionTitle:link    {color: #FF4646; font-weight: bold; font-size: 22px; text-decoration: none;     }  /* unvisited link */
a.actionTitle:visited {color: #FF4646; font-weight: bold; font-size: 22px; text-decoration: none;     }  /* visited link */
a.actionTitle:hover   {color: #FF4646; font-weight: bold; font-size: 22px; text-decoration: underline;}  /* mouse over link */
a.actionTitle:active  {color: #FF4646; font-weight: bold; font-size: 22px; text-decoration: none;     }  /* selected link */

a.action:link    {color: #FF4646; font-size: 12px; text-decoration: none;     }  /* unvisited link */
a.action:visited {color: #FF4646; font-size: 12px; text-decoration: none;     }  /* visited link */
a.action:hover   {color: #FF4646; font-size: 12px; text-decoration: underline;}  /* mouse over link */
a.action:active  {color: #FF4646; font-size: 12px; text-decoration: none;     }  /* selected link */
